less-plugin-csswring

0.0.1 • Public • Published

less-plugin-csswring

Compresses the css output from Less using csswring.

lessc usage

npm install -g less-plugin-csswring

and then on the command line,

lessc file.less --csswring="--sourcemap  --preserve-hacks"

See csswring for the available command options.

Programmatic usage

var LessPluginCSSwring = require('less-plugin-csswring'),
    csswringPlugin = new LessPluginCSSwring({sourcemap: true});
less.render(lessString, { plugins: [csswringPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.

/less-plugin-csswring/

    Package Sidebar

    Install

    npm i less-plugin-csswring

    Weekly Downloads

    3

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • bassjobsen