less-plugin-autoprefix

2.0.0 • Public • Published

NPM version Dependencies devDependency Status optionalDependency Status

less-plugin-autoprefix

Uses autoprefixer to add prefixes to css after conversion from less.

lessc usage

Install..

npm install -g less-plugin-autoprefix

and then on the command line,

lessc file.less --autoprefix="browsers"

The browsers are a comma seperated list of browsers as specified with autoprefixer.

Programmatic usage

var LessPluginAutoPrefix = require('less-plugin-autoprefix'),
    autoprefixPlugin = new LessPluginAutoPrefix({browsers: ["last 2 versions"]});
less.render(lessString, { plugins: [autoprefixPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.

Package Sidebar

Install

npm i less-plugin-autoprefix

Homepage

lesscss.org

Weekly Downloads

33,337

Version

2.0.0

License

none

Unpacked Size

16.8 kB

Total Files

7

Last publish

Collaborators

  • matthew-dean
  • cloudhead
  • lukeapage