prototypal-io / prius

A hybrid CSS preprocessor/runtime
MIT License
18 stars 0 forks source link

Mixins #11

Closed krisselden closed 9 years ago

krisselden commented 9 years ago

Basic mixin support. Current issues though, this is applying vars and functions in the scope of the @rule instead of applying them in the scope of the mixin definition. This first implementation is order dependent with custom vars.