Files
meteor/docs/client/packages/less.html
David Glasser 72731ddda0 Use jQuery to force all non-#internal links to use target=_blank.
Rewrite <a href> links to use Markdown syntax now that they don't need the <a
href> to get target=_blank.
2012-10-15 11:16:53 -07:00

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>