brunch / stylus-brunch

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

config options for plugins #49

Open reubano opened 7 years ago

reubano commented 7 years ago

How can you add config options to the relevant stylus plugins? E.g., require('autoprefixer')(['last 8 versions'].

paulmillr commented 7 years ago

Don't think this is supported right now. For autoprefixer we advice to use postcss-brunch — besides stylus-brunch

reubano commented 7 years ago

ok thanks. I had other issues with postcss-brunch and autoprefixer which is why I went the stylus-autoprefixer route.

artisin commented 7 years ago

@reubano if you still need this functionality my latest pr #60 gives you the ability to do so.

reubano commented 7 years ago

@artisin awesome, thanks!