docpad-plugin-less2
v2.0.4
Published
DocPad plugin that adds the ability to render Less to CSS
Downloads
2
Maintainers
Readme
Less 2 Plugin for DocPad
Render your less-files by adding less
extension to it
Convention: .*.less
Install
docpad install less2
Plugins
To run a Less-plugin, you need to install it via npm first.
Example
npm install -g less-plugin-autoprefix
npm install -g less-plugin-clean-css
Then you can specify your options in your docpad.coffe like so:
plugins:
less2:
plugins:
'less-plugin-autoprefix':
browsers: ['last 2 versions']
'less-plugin-clean-css':
null
History
Discover the change history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
- Patrick Aleite [email protected] (https://github.com/paleite)
- Benjamin Lupton [email protected] (https://github.com/balupton)
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
- Benjamin Lupton [email protected] — view contributions
- Patrick Aleite [email protected] — view contributions
- RobLoach — view contributions
License
Unless stated otherwise all works are:
- Copyright © Patrick Aleite [email protected] (https://github.com/paleite)
and licensed under:
- The incredibly permissive MIT License