Skip to content

sorellabs/whisper-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper: Stylus Build Status

Compiles Stylus stylesheets.

Example

Define your stylus options in the configuration:

module.exports = function(whisper) {
  whisper.configure({
    stylus: {
      files: ['stylus/*.styl'],
      options: {
        firebug: true,
        linenos: true
      }
    }
  })

  require('whisper-stylus')(whisper)
}

Then invoke the stylus task:

$ whisper stylus

Installing

Just grab it from NPM:

$ npm install whisper-stylus

Documentation

Just invoke whisper help stylus to show the manual page for the stylus task.

Licence

MIT/X11. ie.: do whatever you want.

About

[unmaintained] Compiles Stylus stylesheets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published