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
The Sass compiler has problems with the syntax and throws an invalid top-level expression error.
A possible fix could be to allow quotes for the comparison part like :container("width <= 100px") or get Sass to escape the container query like .\:container\(width\<\=100px\).
The Sass compiler has problems with the syntax and throws an
invalid top-level expression
error.A possible fix could be to allow quotes for the comparison part like
:container("width <= 100px")
or get Sass to escape the container query like.\:container\(width\<\=100px\)
.Source: https://twitter.com/alanontheweb/status/675223579705872384
The text was updated successfully, but these errors were encountered: