Skip to content

Stylecow plugin to resolve automatically the css paths of bower packages

License

Notifications You must be signed in to change notification settings

stylecow/stylecow-plugin-bower-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stylecow plugin to resolve automatically the css paths of bower packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published