docpad-plugin-less2

2.0.4 • Public • Published

Less 2 Plugin for DocPad

Build Status NPM version NPM downloads Dependency Status Dev Dependency Status

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:

Sponsors

No sponsors yet! Will you be the first?

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Unless stated otherwise all works are:

  • Copyright © Patrick Aleite paleite@kth.se (https://github.com/paleite)

and licensed under:

Package Sidebar

Install

npm i docpad-plugin-less2

Weekly Downloads

0

Version

2.0.4

License

MIT

Last publish

Collaborators

  • paleite