mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Docs for stylus.
This commit is contained in:
@@ -175,6 +175,7 @@ var toc = [
|
||||
"coffeescript",
|
||||
"jquery",
|
||||
"less",
|
||||
"stylus",
|
||||
"showdown",
|
||||
"underscore"
|
||||
] ],
|
||||
|
||||
@@ -21,6 +21,7 @@ and removed with:
|
||||
{{> pkg_coffeescript}}
|
||||
{{> pkg_jquery}}
|
||||
{{> pkg_less}}
|
||||
{{> pkg_stylus}}
|
||||
{{> pkg_showdown}}
|
||||
{{> pkg_underscore}}
|
||||
|
||||
|
||||
17
docs/client/packages/stylus.html
Normal file
17
docs/client/packages/stylus.html
Normal 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>
|
||||
Reference in New Issue
Block a user