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