im-richard / Scaffold

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

Support for (import) partials #29

Closed 8ig8 closed 14 years ago

8ig8 commented 14 years ago

Similar to Sass, having an option to import a file without compiling it would be helpful.

Unless I'm doing something wrong, processing a 'master' import-all file (like this master.css) fails because Scaffold attempts to compile each imported file individually and chokes when finding unset variables and/or undefined mixins.

anthonyshort commented 14 years ago

The problem you mentioned with the master file approach is actually fixed in the latest push. I was compiling them before importing them. Now it just combines all the files together and then compiles it.

8ig8 commented 14 years ago

Perfect. Thanks, Anthony. That's what I needed, more so than, true partials.