less-plugin-property-order

0.1.1 • Public • Published

less-plugin-property-order NPM version

Check the order of the properties

lessc usage

npm install -g less-plugin-property-order

and then on the command line,

lessc file.less --property-order

Programmatic usage

var propertyOrderPlugin = require('less-plugin-property-order');
less.render(lessString, { plugins: [propertyOrderPlugin] })
  .then(

Readme

Keywords

Package Sidebar

Install

npm i less-plugin-property-order

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • churpeau