fis3-parser-stylus

0.1.3 • Public • Published

fis3-parser-stylus

Dependency Status devDependency Status NPM Version

A parser for fis3 to compile stylus files.

How to use

Install

npm install fis3-parser-stylus -g

Add configure to fis-conf.js

fis.match('*.styl', {
    parser: 'stylus',
    rExt: '.css'
});

Custom parse options:

fis.match('*.styl', {
    parser: fis.plugin('stylus', {
        sourcemap: true
    }),
    rExt: '.css'
});

Available options, please refer to stylus.

Readme

Keywords

Package Sidebar

Install

npm i fis3-parser-stylus

Weekly Downloads

4

Version

0.1.3

License

ISC

Last publish

Collaborators

  • wuhuiyao