This package has been deprecated

Author message:

The Stylus project is no longer maintained.

broccoli-stylus

6.0.0 • Public • Published

Deprecated

The Stylus project is no longer maintained.


broccoli-stylus Build Status

Compile Stylus

Issues with the output should be reported on the Stylus issue tracker.

Install

$ npm install --save-dev broccoli-stylus

Usage

var stylus = require('broccoli-stylus');
tree = stylus(tree, options);

API

stylus(tree, [options])

options

Type: array

Paths to scan for @import directives when parsing.

Type: array

Pass in Stylus plugins to be used during compilation.

Type: array

Defer importing of the given paths until evaluation is performed.

Type: array

Will use iterate over the values and call stylus.define(value, stylus.url()); for each iteration.

Type: object

Set some settings.

Type: object

Define global variables that will be accessible in Stylus files.

License

MIT © Sindre Sorhus

/broccoli-stylus/

    Package Sidebar

    Install

    npm i broccoli-stylus

    Weekly Downloads

    16

    Version

    6.0.0

    License

    MIT

    Unpacked Size

    5.04 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus