https://github.com/lwdgit/fis-parser-stylus2
fis parser for stylus
https://github.com/lwdgit/fis-parser-stylus2
Last synced: 12 days ago
JSON representation
fis parser for stylus
- Host: GitHub
- URL: https://github.com/lwdgit/fis-parser-stylus2
- Owner: lwdgit
- Created: 2015-06-06T06:40:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T14:42:29.000Z (about 11 years ago)
- Last Synced: 2025-08-28T12:18:47.271Z (10 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fis-parser-stylus2 
[](https://www.npmjs.org/package/fis-parser-stylus2)
> A fis parser plugin to compile stylus file.
## install
$ npm install -g fis-parser-stylus2
```javascript
//fis-conf.js
fis.config.set('modules.parser.styl', 'stylus2');
fis.config.set('settings.parser.stylus2.define', {enable: true, color: '#000'});//you can add your settings
fis.config.set('settings.parser.stylus2.sourcemap', false);//use sourcemap or not, there are some bugs in stylus modules when it is opened
fis.config.set('roadmap.ext.styl', 'css');
```
$ fis release -d ./output
## example
see [example](https://github.com/lwdgit/fis-parser-stylus2/tree/master/example '')
# fis-parser-stylus2
> A fis parser plugin to compile stylus file.
## install
$ npm install -g fis-parser-stylus2
```javascript
//fis-conf.js
fis.config.set('modules.parser.styl', 'stylus2');
fis.config.set('settings.parser.stylus2.define', {enable: true, color: '#000'});//you can add your settings
fis.config.set('settings.parser.stylus2.sourcemap', false);//use sourcemap or not, there are some bugs in stylus modules when it is opened
fis.config.set('roadmap.ext.styl', 'css');
```
$ fis release -d ./output
## example
see [example](https://github.com/lwdgit/fis-parser-stylus2/tree/master/example '')