1.0.4 • Published 6 years ago

vue-less-format v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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