stylecow-plugin-bower-loader
v1.0.4
Published
Stylecow plugin to resolve automatically the css paths of bower packages
Downloads
15
Readme
stylecow plugin bower-loader
Stylecow plugin to resolve automatically the css paths of packages installed with bower.
You write:
@import "normalize-css";
And stylecow resolves the path and converts to:
@import url("../bower_components/normalize-css/normalize.css");
You can combine this plugin with import to insert the css code instead resolve only the url.
More demos in the tests folder