assemble-less
Version:
Compile LESS to CSS. Adds experimental features that extend Less.js for maintaining UI components, 'bundles' and themes. From Jon Schlinkert, core team member of Less.js. This project is a fork of the popular grunt-contrib-less plugin by the talented Tyler Kellen. Please use that plugin if you require something stable and dependable.
42 lines (27 loc) • 1.69 kB
Markdown
for maintaining UI components and themes. From Jon Schlinkert, core team member of Less.js.
This project is a fork of the popular [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less) by the talented [Tyler Kellen](http://goingslowly.com/). Please use that plugin if you require something stable and dependable.
{%= _.doc("getting-started.md") %}
_Run this task with the `grunt less` command._
Task targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide.
{%= _.doc("options.md") %}
{%= _.doc("examples.md") %}
{%= _.include("release-history.md") %}
This project is a fork of the popular [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less) by [Tyler Kellen](http://goingslowly.com/). Please use that plugin if you require something stable and dependable.
This fork is maintained by:
{%= _.contrib("authors.md") %}
{%= copyright %}
{%= license %}
***
{%= _.include("footer.md") %}
[ ]: https://github.com/assemble/assemble-less/blob/master/test/fixtures/data/palette.yml
[ ]: https://github.com/assemble/assemble-less/blob/master/test/fixtures/templates-palette.less
[ ]: http://gruntjs.com/api/grunt.template
[ ]: http://gruntjs.com/api/grunt.template#grunt.template.process
> Compile LESS to CSS. Adds experimental features that extend Less.js