UNPKG

1.66 kBMarkdownView Raw
1# {%= name %} [![NPM version](https://badge.fury.io/js/{%= name %}.png)](http://badge.fury.io/js/{%= name %}) [![Build Status](https://travis-ci.org/assemble/{%= name %}.png)](https://travis-ci.org/assemble/{%= name %})
2
3> Compile LESS to CSS. Adds experimental features that extend Less.js for maintaining UI components and themes. From Jon Schlinkert, core team member of Less.js.
4
5This 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.
6
7## Getting Started
8
9{%= _.doc("getting-started.md") %}
10
11## Less task
12_Run this task with the `grunt less` command._
13
14Task targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide.
15
16### Options
17{%= _.doc("options.md") %}
18
19### Usage Examples
20{%= _.doc("examples.md") %}
21
22## Release History
23{%= _.include("release-history.md") %}
24
25## Authors
26This 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.
27
28This fork is maintained by:
29{%= _.contrib("authors.md") %}
30
31***
32
33{%= _.include("footer.md") %}
34
35[1]: https://github.com/assemble/assemble-less/blob/master/test/fixtures/data/palette.yml
36[2]: https://github.com/assemble/assemble-less/blob/master/test/fixtures/templates-palette.less
37[3]: http://gruntjs.com/api/grunt.template
38[4]: http://gruntjs.com/api/grunt.template#grunt.template.process
\No newline at end of file