RequireJS Stylus module
bower install require-stylus
require.config({
"paths": {
"stylus": "components/require-stylus/stylus",
"styl": "components/require-stylus/require-stylus"
}
});
require(['styl!styles']); // styles.styl
- optimizer support
- handle errors
- @import support
Anything you wish:
- MIT (just free)
- JSON (use for Good, not Evil)
- AYFL (Any Yourself Fucking License)