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
I thought it would be easy but it turns out this isn't..
one point - if the outer is a mixin definition we would have to execute it and then remember that any rules produced from execution should not be output.. so
your exact example I think should show an error... but, anyway, assuming you change to a id namespace
at the moment, this executes the .test > .b mixin call first - in case it imports variables/mixins into the scope, used in .test() and .c()
for this to work though, you have to execute .test() mixin, and then execute the .c() mixin, then the .test > .b mixin - but this means essentially executing things in order..
h1 red
ERROR: @color is undefined
Why?
The text was updated successfully, but these errors were encountered: