Open brunobydesign opened 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.
Ok, thanks for your quick answer. i'll try and let you know if I can come up with a fix.
Hi everyone, I created Pull Request #46 to fix this issue, since I've been running into it a lot. Thanks!
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