1.1.8 • Published 6 years ago

bit-loader-css v1.1.8

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago