davidguttman / cssify

Simple middleware for Browserify to add css styles to the browser.
122 stars 19 forks source link

Does cssify concat files referenced from CSS `@import`s? #12

Closed ghost closed 8 years ago

davidguttman commented 10 years ago

No, cssify doesn’t alter the text from the css file / pull in text from other files.

On Tuesday, May 27, 2014 at 10:54 AM, William P. Riley-Land wrote:

— Reply to this email directly or view it on GitHub (https://github.com/davidguttman/cssify/issues/12).

ghost commented 10 years ago

Cool. Thanks.

William Riley-Land Founder & API Engineer Kun.io App Studio LLC http://kun.io/wprl +1.573.823.2607

On May 28, 2014, at 10:50 PM, David Guttman notifications@github.com wrote:

No, cssify doesn’t alter the text from the css file / pull in text from other files.

On Tuesday, May 27, 2014 at 10:54 AM, William P. Riley-Land wrote:

— Reply to this email directly or view it on GitHub (https://github.com/davidguttman/cssify/issues/12).

— Reply to this email directly or view it on GitHub.

cheton commented 9 years ago

@wprl You can try browserify-css to concatenate CSS files with @import statements.