1.2.0 • Published 10 years ago
simple-less v1.2.0
#Simple less
Simple less is a script wich process .less files guided by a json file_exists
##How to use
Into same folder of your .less files you create less-config.json with the following parameters:
[
{
"input":"file.less",
"output":"../file.css",
"compress":"true"
},{
"input":"anotherfile.less",
"output":"../anotherfile.css"
}
]
The first file will be compressed, while the second will be prettyfied.
After you create the less-config.json you can run the command "simple-less" into same directory of the config
##Extra packages
When you use the simple-less you have some extra mixin features...