Skip to content

bassjobsen/less-plugin-csswring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Compresses the css output from Less using csswring.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors