Hi! I try this, but not worked: ```js '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!