csslint
csslint copied to clipboard
CSSLint should support shadow dom component styling
Code like the following results in an 'Expected RPAREN' error:
:host(.studentScreenSharing[data-currapp='ScreenShare']) span.icon-stdscreenImg { }
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 :)