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
Ok, fixed this. I'm not allowing nested mixin.Definitions (yet), as it doesn't really make sense. But you can now call a mixin from inside another mixin, and nesting works properly.
dhaber
pushed a commit
to dhaber/less.js
that referenced
this issue
Jan 14, 2014
Not sure if this is an intentional restriction but the following doesn't seem to work
should output
it only works with one level of nesting, the second level is lost when you run this code in mixin.js:
You could also change this area of code to allow a mixin.Call or even a mixin.Definition inside another mixin.Definition.
The text was updated successfully, but these errors were encountered: