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 register or sign in to comment