vue-less-format
v1.0.4
Published
vue-less-format is a tool that automatically format your less code inside vue files
Downloads
4
Maintainers
Readme
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