A parser for fis3 to compile stylus files.
npm install fis3-parser-stylus -g
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.