You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

  1. # Stylus Plugin for DocPad
  2. Adds support for the [Stylus](http://learnboost.github.com/stylus/) CSS pre-processor to [DocPad](https://docpad.org)
  3. Convention: `.css.styl|stylus`
  4. ## Install
  5. ```
  6. npm install --save docpad-plugin-stylus
  7. ```
  8. ## Configure
  9. ### Use [nib](http://visionmedia.github.com/nib/)
  10. Nib is a small and powerful library for the Stylus CSS language, providing robust cross-browser CSS3 mixins to make your life as a designer easier. By default nib support is enabled. To disable set the `useNib` option to `false`.
  11. ### Compress
  12. By default we compress the output for all environments except the development environment. Set the `compress` option to either `true` or `false` to change this.
  13. ## History
  14. You can discover the history inside the `History.md` file
  15. ## License
  16. Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
  17. <br/>Copyright &copy; 2012 [Bevry Pty Ltd](http://bevry.me)
  18. <br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)