You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Little late to the party, but this doesn't appear to be working for me in v2.6.0. I am using stylelint-selector-bem-pattern, but I've installed 2.6.0 of this package specifically. If you think this is more of a problem with the stylelint plugin, I'd be happy to post this over there.
Little late to the party, but this doesn't appear to be working for me in v2.6.0. I am using
stylelint-selector-bem-pattern
, but I've installed 2.6.0 of this package specifically. If you think this is more of a problem with the stylelint plugin, I'd be happy to post this over there.Here's my Sass file:
_test.scss
and here's my config:
and my output:
src/stylesheets/modules/_test.scss 7:3 ✖ Invalid component selector ".test .child" plugin/selector-bem-pattern
Am I just doing something wrong? I started with a super simple regex for now, just to validate that this works.
The text was updated successfully, but these errors were encountered: