mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Rewrite <a href> links to use Markdown syntax now that they don't need the <a href> to get target=_blank.
17 lines
498 B
HTML
17 lines
498 B
HTML
<template name="pkg_less">
|
|
{{#better_markdown}}
|
|
## `less`
|
|
|
|
LESS extends CSS with dynamic behavior such as variables, mixins,
|
|
operations and functions. It allows for more compact stylesheets and
|
|
helps reduce code duplication in CSS files.
|
|
|
|
With the `less` package installed, `.less` files in your application are
|
|
automatically compiled to CSS and the results are included in the client
|
|
CSS bundle.
|
|
|
|
See <http://lesscss.org/> for documentation of the LESS language.
|
|
|
|
{{/better_markdown}}
|
|
</template>
|