brunch / stylus-brunch

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

Add include css #27

Closed proAlexandr closed 10 years ago

proAlexandr commented 10 years ago

It would be nice to add support for command line argument "include css" to brunch config.

Something like

plugins:
  stylus:
    includeCss: true

Thanks.

paulmillr commented 10 years ago

Feel free to submit a PR, example code: https://github.com/docpad/docpad-plugin-stylus/pull/3/files

proAlexandr commented 10 years ago

I created pull request. https://github.com/brunch/stylus-brunch/pull/28