im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

@mixins inside @imported stylesheets don't parse #28

Closed pdclark closed 14 years ago

pdclark commented 14 years ago

Put a mixin in the main stylesheet, everything's fine. Move that mixin to something like @import 'mixins.css', no dice.

anthonyshort commented 14 years ago

Fixed in the latest push:

http://github.com/anthonyshort/Scaffold/blob/master/extensions/Import/Import.php#L84

I was compiling each of the imports recursively. This turned out to be a bad thing :)