docpad-plugin-roole

Adds support for the Roole CSS pre-processor to DocPad

Usage no npm install needed!

<script type="module">
  import docpadPluginRoole from 'https://cdn.skypack.dev/docpad-plugin-roole';
</script>

README

Roole Plugin for DocPad

Adds support for the Roole CSS pre-processor to DocPad

Convention: .css.roo|roo

Install

npm install --save docpad-plugin-roole

Configure

See Official usage of Roole

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