@skivvy/skivvy-package-stylus
v0.1.3
Published
Compile CSS using Stylus
Readme
Skivvy package: stylus
Compile CSS using Stylus
Installation
skivvy install stylusOverview
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 stylusConfiguration 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.filenameis automatically set to the value of thesourceconfiguration setting
