fis-parser-stylus

0.0.1 • Public • Published

fis-parser-stylus

A parser plugin for fis to compile stylus file.

usage

$ npm install -g fis
$ npm install -g fis-parser-stylus
$ vi example/fis-conf.js
//file : example/fis-conf.js
fis.config.merge({
  modules:{
    parser:{
      styl: 'stylus'
    }
  },
  roadmap:{
    ext:{
      styl: 'css'
    }
  }
});

example

$ cd example
$ fis release -d output

Readme

Keywords

none

Package Sidebar

Install

npm i fis-parser-stylus

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • luyujun