+16
−0
+3
−1
Loading
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.