2.10.0 • Published 3 years ago

docpad-plugin-less v2.10.0

Weekly downloads
53
License
MIT
Repository
github
Last release
3 years ago

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 this DocPad plugin by entering docpad install less into your terminal.

Discover the release history by heading on over to the HISTORY.md file.

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

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

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

Unless stated otherwise all works are:

and licensed under:

2.10.0

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.7.1

4 years ago

2.7.0

4 years ago

2.6.0

6 years ago

2.5.1

7 years ago

2.5.0

7 years ago

2.4.1

10 years ago

2.4.0

10 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.0

11 years ago

2.1.3

11 years ago

2.1.2

11 years ago

2.1.1

12 years ago

2.1.0

12 years ago

2.0.1

12 years ago

2.0.0

12 years ago

1.0.1

12 years ago

1.0.0

12 years ago