gruntjs / grunt-contrib-stylus

Compile Stylus files to CSS.
http://gruntjs.com/
MIT License
174 stars 70 forks source link

Can we generate several .css files from one .styl file? #141

Closed yushengh closed 9 years ago

yushengh commented 9 years ago

As the title, if yes, how to generate that?

sindresorhus commented 9 years ago

Yup. Use multiple task targets.

Use StackOverflow for support questions.