bit-loader plugin for CSS
npm install bit-loader-css
> bit-loader plugin for CSS
```
$ npm install bit-loader-css --save
` javascript
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 })
})
]
}
});
``
Licensed under MIT