Derby plugin to add Stylus support
Usage
Right after creating your Derby app, add:
// Add Stylus supportapp;
Make sure this is before any calls to app.loadStyles()
.
After that you can use *.styl
files instead of *.css
Example
index.js
var derby = ;var app = moduleexports = derby; // Add Stylus support (before loadStyles)app; app;app; app;
index.html
Hello world
index.styl
body padding 0 margin 0