Files
meteor/docs/client/packages/stylus.html
2012-04-26 14:40:07 -07:00

18 lines
563 B
HTML

<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>