1.0.4 • Published 8 years ago

stylecow-plugin-bower-loader v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

stylecow plugin bower-loader

Build Status

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

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago