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
My expectation would be that example 1 would output the prop for .b by default, since the mixin sets its local var @v: 0, but it throws an undefined error.
There's not much documentation around the new features in v1.5.0, so I might be doing it wrong, but it feels like a bug. Thoughts?
The text was updated successfully, but these errors were encountered:
It works the same way two mixins would work.. the first call unlocks the
2nd. Then it is only called once in its final scope. I agree its not very
obvious though and we may need to look at the scoping rules to improve this
new feature.
Howdy,
I'm trying to use a guarded selector inside a mixin with default vars, like so:
Changing
.b
will allow it to pass though:Also, changing the mixin works:
My expectation would be that example 1 would output the
prop
for.b
by default, since the mixin sets its local var@v: 0
, but it throws an undefined error.There's not much documentation around the new features in v1.5.0, so I might be doing it wrong, but it feels like a bug. Thoughts?
The text was updated successfully, but these errors were encountered: