1.0.4 • Published 10 years ago

stylecow-plugin-bower-loader v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago