[[lessc]]

The lessc snippet compiles less source to minified CSS and outputs it.

Parameter Description
content The less content to compile.

A set of mixins is available which aid in the creation of CSS can be included with:

@import 'mixins.less';



TOP