GitHunt
DO

docpad/docpad-plugin-less

Adds support for the LESS CSS pre-processor to DocPad

docpad-plugin-less

Travis CI Build Status
NPM version
NPM downloads
Dependency Status
Dev Dependency Status


GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Adds support for the LESS CSS pre-processor to DocPad

Usage

By default the following configuration is used:

  • on the development environment, inline sourcemaps are enabled and compression is disabled
  • on any other environment, sourcemaps are disabled and compression is enabled
  • when a less document references another document via @import, the document has its referencesOthers meta property set to true

As an example, to inverse these defaults, you would provide in your DocPad Configuration File:

{
  plugins:
    less:
      referencesOthers: false
      # http://lesscss.org/#using-less-configuration
      lessOptions:
        compress: false,
        sourceMap:
          sourceMapFileInline: true

  environments:
    development:
      plugins:
        less:
          lessOptions:
            compress: true,
            sourceMap: false
}

Install

Install this DocPad plugin by entering docpad install less into your terminal.

History

Discover the release 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?

GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Languages

JavaScript91.2%CSS5.3%Less3.4%

Contributors

Other
Created October 17, 2012
Updated November 22, 2020
docpad/docpad-plugin-less | GitHunt