CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 484 forks source link

CSSLint should support shadow dom component styling #767

Open uditbh opened 4 years ago

uditbh commented 4 years ago

Code like the following results in an 'Expected RPAREN' error:

:host(.studentScreenSharing[data-currapp='ScreenShare']) span.icon-stdscreenImg { }

smeans commented 1 year ago

Yeah, I'm running across this now because csslint is integrated into the Ace editor. I've started poking around in the code and am going to try to fix it, but any advice from a committer would be appreciated :)