vue-less-format

1.0.4 • Public • Published

vue-less-format

This is simply vue-css-format and postcss-format-less-mixins put together.

usage

  • install
npm install vue-less-format --save-dev
  • write the following js file
var format = require('vue-less-format');
var path = require('path')
 
format(path.resolve()) // the directory want to format
  • run the js code
node index.js

License

The MIT License

Package Sidebar

Install

npm i vue-less-format

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • yneves