CSSLint / csslint

Automated linting of Cascading Stylesheets

Home Page:http://csslint.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSSLint should support shadow dom component styling

uditbh opened this issue · comments

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 :)