csslint icon indicating copy to clipboard operation
csslint copied to clipboard

CSSLint should support shadow dom component styling

Open uditbh opened this issue 5 years ago • 1 comments

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

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

uditbh avatar May 26 '20 09:05 uditbh

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

smeans avatar Aug 26 '22 08:08 smeans