stylus
Skivvy package:
Compile CSS using Stylus
Installation
skivvy install stylus
Overview
This package allows you to compile CSS using Stylus from within the Skivvy task runner.
Included tasks
stylus
Compile CSS using Stylus
Usage:
skivvy run stylus
Configuration settings:
Name | Type | Required | Default | Description |
---|---|---|---|---|
source |
string |
Yes | N/A | Path to source Stylus file |
destination |
string |
Yes | N/A | Path to destination CSS file |
options |
object |
No | {} |
Stylus API options |
Notes:
-
options.filename
is automatically set to the value of thesource
configuration setting