Open romainmenke opened 1 year ago
For example :
@import url("green.css") layer supports(selector(&)) (min-width: calc(10px)); /* layer as a function */ @import url("green.css") layer(bar) supports(selector(&)) (min-width: calc(10px));
Existing things like 10px have correct syntax highlighting even in @import statement.
10px
@import
Missing syntax highlighting :
supports()
For example :
Existing things like
10px
have correct syntax highlighting even in@import
statement.Missing syntax highlighting :
supports()
supports()