TrySound / postcss-easy-import

PostCSS plugin to inline @import rules content with extra features
MIT License
201 stars 25 forks source link

Improve importing of plain CSS #10

Closed AlecRust closed 7 years ago

AlecRust commented 8 years ago

I'm looking to import plain CSS files (like normalize.css) in amongst other SugarSS imports. Is this something that can be improved in this module?

Something like:

@import "normalize.css"
@import "base/base.sss"
@import "components/button.sss"
etc.

Currently my output is:

screenshot

Please see https://github.com/postcss/sugarss/issues/39, https://github.com/postcss/sugarss/issues/33

simonsmith commented 7 years ago

Fixed in 9.0.0 of postcss-import - https://github.com/postcss/postcss-import/pull/245

Will be making a release here with v9 shortly

AlecRust commented 7 years ago

Sweet!