less-to-json

1.2.0 • Public • Published

less to json

Covert less file to json

Support ~ to node_modules Folder

Install

$ npm install less-to-json

Use

$ lessto --json test.less test.json
 
$ lessto --js test.less test.js
const lessToJson = require('less-to-json');
 
let result = lessToJson('css/var.less')

Readme

Keywords

Package Sidebar

Install

npm i less-to-json

Weekly Downloads

564

Version

1.2.0

License

MIT

Unpacked Size

11 kB

Total Files

10

Last publish

Collaborators

  • vvpvvp