Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bit/loader-css

MiguelCastillo95MIT1.1.9

bit-loader plugin for CSS

bit-bundler, bit-loader, bit-loader-plugin

readme

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