[] bundles your CSS.
This plugin pack contains :
- a bundler based on standard CSS
@importstatements. - a rebaser that rewrites URLs in your CSS.
examples/example.css :
<example.css>examples/imports/basic.css:
<imports/basic.css>when bundled :
<example.expect.css>postcss-import is also a CSS bundler and parts of [] are based on it.
While creating this plugin we also submitted patches to postcss-import where possible.
[] is tuned differently and lacks configuration options that are present in postcss-import.
[] is intended to just work and to be a drop-in replacement for native CSS @import statements.