docpad-plugin-less

2.10.0 • Public • Published

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:

Package Sidebar

Install

npm i docpad-plugin-less

Weekly Downloads

35

Version

2.10.0

License

MIT

Unpacked Size

22.2 kB

Total Files

7

Last publish

Collaborators

  • bevryme