Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad/docpad-plugin-less
Adds support for the LESS CSS pre-processor to DocPad
https://github.com/docpad/docpad-plugin-less
docpad-plugin lesscss
Last synced: 3 months ago
JSON representation
Adds support for the LESS CSS pre-processor to DocPad
- Host: GitHub
- URL: https://github.com/docpad/docpad-plugin-less
- Owner: docpad
- License: other
- Created: 2012-10-17T02:01:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T00:12:55.000Z (11 months ago)
- Last Synced: 2024-09-29T18:04:47.255Z (3 months ago)
- Topics: docpad-plugin, lesscss
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 6
- Watchers: 13
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
docpad-plugin-less
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](https://docpad.org/docs/meta-data/#-referencesothers-) set to `true`As an example, to inverse these defaults, you would provide in your [DocPad Configuration File](https://docpad.org/docs/config):
```coffee
{
plugins:
less:
referencesOthers: false
# http://lesscss.org/#using-less-configuration
lessOptions:
compress: false,
sourceMap:
sourceMapFileInline: trueenvironments:
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?
Contributors
These amazing people have contributed code to this project:
-
Benjamin Lupton — view contributions -
Rob Loach — view contributions -
Sebastian Domagała — view contributions -
vsopvsop — view contributions
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
- Copyright © 2016+ Bevry Pty Ltd
and licensed under: