https://github.com/ymc-github/fis-parser-ymcless
π― a plugin for fis1 to parser less to css
https://github.com/ymc-github/fis-parser-ymcless
fis1 less parser yemiancheng
Last synced: 2 months ago
JSON representation
π― a plugin for fis1 to parser less to css
- Host: GitHub
- URL: https://github.com/ymc-github/fis-parser-ymcless
- Owner: YMC-GitHub
- Created: 2018-05-13T03:29:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T06:35:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T16:39:02.300Z (over 1 year ago)
- Topics: fis1, less, parser, yemiancheng
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fis-parser-ymcLess
π― it is a plugin for fis1 translating less to css.










## install
```
npm i fis-parser-less-hh --save-dev
```
## usage
```
//fis-conf.js
fis.config.set('modules.parser.less', 'fis-parser-less-hh');
fis.config.set('roadmap.ext.less', 'css');
fis.config.merge({
settings : {
parser : {
'fis-parser-less-hh' : {} //your less options here
}
}
});
```
## future
πΊit may be good passing less options with a file.
## reference
[the programmatic usage of less -- written by less home](http://lesscss.org/usage/#programmatic-usage)
[the building of front-end developing envirenment -- written by Yunlong Zhang](https://github.com/fouber/blog/issues/2)