Closed samjewell closed 9 years ago
That makes sense. I'm away from computers for just over a week but can look into it when I get back.
Woah, thanks a lot David, that could be really cool. I think it's a great tool by the way!
+1 this, the ignoreSelectors
addition has been one of the most useful for me too.
Published in 1.2.0
This works great, thanks @davidtheclark
I'm working on the web dashboard for GoCardless, with a fair amount of css:- 115 SUIT components
Admittedly I'm trying to add this BEM linting to an already mature codebase, but I'd like to use the
ignoreSelectors
option to ignore quite a few different bits of hairy CSS that have crept in over time into some of the examples, so as a result it would be more convenient if it took an array of regexes, rather than just a single regex.Something like this would be ideal:
This would be great, as I'd be able to ignore all of the following CSS rules without having to ignore them each individually...
Plus all of the following...: