Skip to content

csbun/fis3-parser-stylus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fis3-parser-stylus

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.

About

A parser for fis3 to compile stylus files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%