Socket
Socket
Sign inDemoInstall

stylecow-plugin-bower-loader

Package Overview
Dependencies
50
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stylecow-plugin-bower-loader

Stylecow plugin to resolve automatically the css paths of bower packages


Version published
Maintainers
1
Install size
431 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 08 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc