brackets-csslint icon indicating copy to clipboard operation
brackets-csslint copied to clipboard

@supports

Open brunobydesign opened this issue 9 years ago • 3 comments

Hello,

the css below which is acceptable according to csslint.net triggers "Parsing errors - Unknown @ rule: @supports. (errors)" when used with brackets-csslints.

@supports (background-color:midnightblue) { .bottombar { background-color: midnightblue; } }

TIA for your answer Best regards Bruno

brunobydesign avatar Oct 18 '16 12:10 brunobydesign

It could simply be that my copy of CSSLint is out of date. I'd happily accept a PR that fixes this, but I'm not actively supporting my Brackets extensions anymore.

cfjedimaster avatar Oct 18 '16 14:10 cfjedimaster

Ok, thanks for your quick answer. i'll try and let you know if I can come up with a fix.

brunobydesign avatar Oct 18 '16 16:10 brunobydesign

Hi everyone, I created Pull Request #46 to fix this issue, since I've been running into it a lot. Thanks!

schlossm avatar Nov 08 '17 17:11 schlossm