Less Plugin Autoprefix Save

Adds the ability for less to be post-processed by autoprefixer

Project README

NPM version

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.

Open Source Agenda is not affiliated with "Less Plugin Autoprefix" Project. README Source: less/less-plugin-autoprefix
Stars
171
Open Issues
12
Last Commit
7 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating