UNPKG

less-plugin-autoprefix

Version:

autoprefixer plugin for less.js

11 lines (10 loc) 352 B
module.exports = { printUsage: function() { console.log(""); console.log("Autoprefixer Plugin"); console.log("specify plugin with --autoprefix"); console.log("The argument is the browser option as specified by autoprefixer e.g."); console.log("--autoprefix=\"IE 7,> 1%\""); console.log(""); } };