Cool Stuff
Some goodies and things Sassy Jade thinks are lovely.
Stylee Jade ^_^
You can switch from Sass to Stylus easily. If you installed all dependencies in the package.json properly just change the preprocessor option in the config.json to "stylus", like so:
"preprocessor": "stylus"
But be careful: this will mean that your .scss files are not evaluated anymore and as soon as you run
$ gulp style
all your existing CSS in the dist/css folder will be overwritten. So change with caution and conciously.
Jadestones
In the src/templ/mixin folder you find a jadestones.jade document. In her free time Sassy Jade collects useful mixins for Jade and creates her own. The mixins aka jadestones have many different purposes.