Package Exports
- docpad-plugin-roole
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (docpad-plugin-roole) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Roole Plugin for DocPad
Adds support for the Roole CSS pre-processor to DocPad
Convention: .css.roo
Install
npm install --save docpad-plugin-roole
Configure
indent
default: "\t" - string used for indentations when generating CSS
percision
default: 3 - max number of digits to used for decimal numbers when generating CSS
prefix
default: ["o", "ms", "moz", "webkit"] - vendor names to use when prefixing rules, use [] or null to disable prefixing
History
You can discover the history inside the History.md
file
License
Licensed under the incredibly permissive MIT License
Copyright © 2013 Takeharu.Oshida