You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@importurl("green.css") layer supports(selector(&)) (min-width:calc(10px));
/* layer as a function */@importurl("green.css") layer(bar) supports(selector(&)) (min-width:calc(10px));
Existing things like 10px have correct syntax highlighting even in @import statement.
For example :
Existing things like
10px
have correct syntax highlighting even in@import
statement.Missing syntax highlighting :
supports()
supports()
The text was updated successfully, but these errors were encountered: