bit-loader-css

1.1.8 • Public • Published

bit-loader-css

Greenkeeper badge

bit-loader plugin for CSS

Usage

install

$ npm install bit-loader-css --save

Bitbundler plugin configuration with SASS transform

var Bitbundler = require("bit-bundler");
var cssPlugin  = require("bit-loader-css");
var sassybits  = require("sassy-bits");
 
var bitbundler = new Bitbundler({
  loader: {
    plugins: [
      cssPlugin({
        transform: sassybits.configure({ load: false })
      })
    ]
  }
});

License

Licensed under MIT

Package Sidebar

Install

npm i bit-loader-css

Weekly Downloads

10

Version

1.1.8

License

MIT

Last publish

Collaborators

  • manchagnu