Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mipengine/mip-processor-less
MIP Processor For LESS Compile
https://github.com/mipengine/mip-processor-less
Last synced: 3 days ago
JSON representation
MIP Processor For LESS Compile
- Host: GitHub
- URL: https://github.com/mipengine/mip-processor-less
- Owner: mipengine
- Created: 2016-10-06T16:12:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T15:37:15.000Z (about 8 years ago)
- Last Synced: 2024-10-06T02:48:55.040Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mip-processor-less
===========MIP Processor For LESS Compile
### usage
```js
var Builder = require('mip-builder');
var LessProcessor = require('mip-processor-less');var builder = new Builder({
// bla blaprocessor: [
// bla bla
new LessProcessor({
files: ['main.less']
})
]
});builder.build();
```