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
@aeschli!important is not an expression according to CSS spec. Wondering what would be the correct way to support it? I'm thinking about special casing for the if() function to allow more than just expression in its args.
VSCode underlines error at
!important
syntax when it's argument of methodif
:However this snippet is valid when pasted to SASS Online Editor (https://www.sassmeister.com/) with option
And it's compiled to valid CSS:
The text was updated successfully, but these errors were encountered: