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 example produces the following output (I removed the unnecessary information). The mixin produces a node with type mixin whereas the function produces an atrule containing a function.
Imho the mixin should also produce an atrule containing a mixin.
Not sure whether this should be a new issue, but another inconsitency occurs when parsing @each and @for loops.
While @for is wrapped in a loop/atkeyword/ident=for, whereas @each is atrule/atkeyword/ident=each
Hi, i came accross an inconsitency while parsing SCSS.
To reproduce:
This example produces the following output (I removed the unnecessary information). The mixin produces a node with type
mixin
whereas the function produces anatrule
containing a function.Imho the mixin should also produce an
atrule
containing a mixin.The text was updated successfully, but these errors were encountered: