Skip to content
Commit 3a983832 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

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.
parent a8ca78a6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment