mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
18 lines
563 B
HTML
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>
|