Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

docpad-plugin-less2

Package Overview
Dependencies
174
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    docpad-plugin-less2

DocPad plugin that adds the ability to render Less to CSS


Version published
Weekly downloads
1
Maintainers
1
Install size
7.35 MB
Created
Weekly downloads
 

Readme

Source

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:

and licensed under:

Keywords

FAQs

Last updated on 10 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc