stylecow-plugin-bower-loader

1.0.4 • Public • Published

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

/stylecow-plugin-bower-loader/

    Package Sidebar

    Install

    npm i stylecow-plugin-bower-loader

    Weekly Downloads

    5

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • oscarotero