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
This stuff is part of xCSS and completely unrelated to Sass.
The only concern here is backwards compatibility; may need a way to opt into this behavior? Or perhaps just spit out warnings for now and remove it later?
There's also a hint of pre-SCSS syntax (+foo for includes); unclear whether this should be expanded, removed, or quietly left alone.
The text was updated successfully, but these errors were encountered:
X extends Y
syntaxself
as a special selector@vars
/@variables
blocks[...]
to delimit expressionsThis stuff is part of xCSS and completely unrelated to Sass.
The only concern here is backwards compatibility; may need a way to opt into this behavior? Or perhaps just spit out warnings for now and remove it later?
There's also a hint of pre-SCSS syntax (
+foo
for includes); unclear whether this should be expanded, removed, or quietly left alone.The text was updated successfully, but these errors were encountered: