Implemented @mixins tag.
When @mixins tag present, it will override all the implied mixins
possibly detected from code. One can either use just one @mixins:
@mixins Foo Bar Baz
Or several:
@mixins Foo
@mixins Bar
@mixins Baz
The result will be the same.
Loading
Please sign in to comment