Closed AlecRust closed 7 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?
normalize.css
Something like:
@import "normalize.css" @import "base/base.sss" @import "components/button.sss" etc.
Currently my output is:
Please see https://github.com/postcss/sugarss/issues/39, https://github.com/postcss/sugarss/issues/33
Fixed in 9.0.0 of postcss-import - https://github.com/postcss/postcss-import/pull/245
9.0.0
postcss-import
Will be making a release here with v9 shortly
Sweet!
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:
Currently my output is:
Please see https://github.com/postcss/sugarss/issues/39, https://github.com/postcss/sugarss/issues/33