wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 161 forks source link

CSS Pre-processors are now optional. Added Stylus support. #67

Closed neojp closed 10 years ago

neojp commented 10 years ago

Wes,

Based on your tweet, I'm adding Stylus support to the current theme. Since there are 2 pre processors supported and most people won't be using them at the same time I decided to make them optional.

What do you think?

To support SASS/SCSS or Stylus, just install
the appropriate grunt package and it will be automatically included
in the build process:

* for SASS/SCSS support, run `npm install --save-dev grunt-contrib-sass`
* for Stylus/Nib support, `npm install --save-dev grunt-contrib-stylus`
wesleytodd commented 10 years ago

Sorry this took soooo long to merge. It is good work, the only thing I changed is that I made Sass included by default. Thanks for this!