brunch / stylus-brunch

Adds Stylus support to Brunch
MIT License
21 stars 2 forks source link

Added config options to allow imports and plugins to be used with Stylus... #18

Closed wprater closed 11 years ago

wprater commented 11 years ago

This way someone can configure any nib or other library imports to be loaded with brunch.

wprater commented 11 years ago

For example


  plugins:
    stylus:
      plugins: [
        'my-plugin'
      ]
      imports: [
        'app/views/styles/_settings'

        'nib/positions'
        'nib/vendor'
        'nib/flex'
      ]