postcss / postcss-bem-linter

A BEM linter for postcss
MIT License
572 stars 35 forks source link

Question: how to ignore not-pseudo class #163

Open dkrnl opened 3 years ago

dkrnl commented 3 years ago

Hi!

I try this, but not worked:

            'ignoreSelectors': [
                '^(html|body):not',
            ],

this code strip all pseudo classes: https://github.com/postcss/postcss-bem-linter/blob/master/lib/list-sequences.js#L17-L18

thx!