brunch / stylus-brunch

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

add support to call an stylus plugin with param. #38

Closed javimosch closed 8 years ago

javimosch commented 8 years ago

add support to call an stylus plugin with one parameter.

stylus: plugins: ["poststylus('lost')"]

UPDATE: not working.. :(

es128 commented 8 years ago

Try passing the actual object in as the plugin instead of trying to parse it out of a string: plugins: [poststylus('lost')]