postcss-import
Advanced tools
Changelog
4.1.1 - 2015-01-05
Changelog
4.0.0 - 2014-12-11
root
optionChangelog
3.0.0 - 2014-11-21
node_modules
in the path anymore (or using @import "../node_modules/..."
).
Also, index.css
can be ommited.This means something like this
@import "../node_modules/my-css-on-npm/index.css";
can be written like this
@import "my-css-on-npm";
Dependencies of dependencies should be resolved as well.
Note that npm resolution is done after the default local behavior.