We are trying to start using this plugin with stylelint-bem-selector-bem-pattern for our scss. While testing it we have found some issues. One of them was described in #134.
.page {
padding: 20px;
&.menu_type_main { // the linter will skip this rule
@media (min-width: $tablet-landscape) {
display: block;
}
}
}
So, we fixed it and at the same time added another improvement. Comments placed inside the rule are now ignored when extracting selectors.
We are trying to start using this plugin with stylelint-bem-selector-bem-pattern for our scss. While testing it we have found some issues. One of them was described in #134.
So, we fixed it and at the same time added another improvement. Comments placed inside the rule are now ignored when extracting selectors.