0.0.2 • Published 7 years ago

mako-stylus v0.0.2

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

mako-stylus

A plugin for compiling Stylus files into CSS.

npm version npm dependencies npm dev dependencies

Purpose

  • transpiles file.contents for each styl file during parse

API

stylus(options)

Create a new plugin instance, with the following options available:

  • extensions the file extensions to process (default: styl)
  • plugins plugins for the stylus compiler
  • sourceMaps specify true to enable source-maps (default: false)
  • sourceRoot specifies the path used as the source map root (default: "mako://")