Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 630 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 630 Bytes

require-stylus

RequireJS Stylus module

Installation

bower install require-stylus

Usage

require.config({
  "paths": {
    "stylus": "components/require-stylus/stylus",
    "styl": "components/require-stylus/require-stylus"
  }
});

require(['styl!styles']); // styles.styl

ToDo

  • optimizer support
  • handle errors
  • @import support

Authors

License

Anything you wish:

  • MIT (just free)
  • JSON (use for Good, not Evil)
  • AYFL (Any Yourself Fucking License)