cfjedimaster / brackets-csslint

CSSLint extension for Brackets
61 stars 13 forks source link

@supports #45

Open brunobydesign opened 8 years ago

brunobydesign commented 8 years ago

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

cfjedimaster commented 8 years ago

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.

brunobydesign commented 8 years ago

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

schlossm commented 6 years ago

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