buntarb / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Import Mixins #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ability to import mixins from another gss file.

For example, if the `borderRadius` mixin was defined in the `commonMixins.gss` 
file:

{{{
@import commonMixins.gss

.myBox {
    @mixin borderRadius(3px);
}
}}}

Original issue reported on code.google.com by Zoram...@gmail.com on 15 Nov 2011 at 8:42

GoogleCodeExporter commented 9 years ago
This is likely related to 
https://groups.google.com/forum/#!topic/closure-stylesheets-discuss/v5js9dYpfqU

Original comment by bolinf...@gmail.com on 17 Nov 2011 at 4:07

GoogleCodeExporter commented 9 years ago
Can you please verify whether the latest binary fixes your issue?

Original comment by bolinf...@google.com on 2 Dec 2011 at 10:16