@bit/loader-css

1.1.9 • 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

5

Version

1.1.9

License

MIT

Unpacked Size

4.89 kB

Total Files

8

Last publish

Collaborators

  • manchagnu