less

Documentation of Meteor's less package.

LESS extends CSS with dynamic behavior such as variables, mixins,operations and functions. It allows for more compact stylesheets andhelps reduce code duplication in CSS files.

With the less package installed, .less files in your application areautomatically compiled to CSS and the results are included in the client CSSbundle.

If you want to @import a file, give it the extension .import.lessto prevent Meteor from processing it independently.