0.1.3 • Published 7 years ago

fis3-parser-stylus v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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.

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago