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.

/fis3-parser-stylus/

    Package Sidebar

    Install

    npm i fis3-parser-stylus

    Weekly Downloads

    1

    Version

    0.1.3

    License

    ISC

    Last publish

    Collaborators

    • wuhuiyao