Docs for stylus.

This commit is contained in:
Nick Martin
2012-04-26 14:40:07 -07:00
parent 2a4d4e5fa9
commit 717d710a3b
3 changed files with 19 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ var toc = [
"coffeescript",
"jquery",
"less",
"stylus",
"showdown",
"underscore"
] ],

View File

@@ -21,6 +21,7 @@ and removed with:
{{> pkg_coffeescript}}
{{> pkg_jquery}}
{{> pkg_less}}
{{> pkg_stylus}}
{{> pkg_showdown}}
{{> pkg_underscore}}

View File

@@ -0,0 +1,17 @@
<template name="pkg_stylus">
{{#better_markdown}}
## `stylus`
Stylus is a CSS pre-processor with a simple syntax and expressive
dynamic behavior. It allows for more compact stylesheets and
helps reduce code duplication in CSS files.
With the `stylus` package installed, `.styl` files in your application are
automatically compiled to CSS and the results are included in the client
CSS bundle.
See <a href="http://learnboost.github.com/stylus/">http://learnboost.github.com/stylus</a>
for documentation of the Stylus language.
{{/better_markdown}}
</template>