bug: custom CSS sass translator fails on @supports directive
-
Hi, could you add support for the css “@supports” directive to the sass translator (scssphp) in the custom CSS module?
At the moment it seems to translate any such directive as follows:
@supports (X) {
.class1 { background-color: red }
.class2 { background-color: red }
}gets incorrectly translated to
.class2 {background-color: red}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘bug: custom CSS sass translator fails on @supports directive’ is closed to new replies.