@skivvy/skivvy-package-stylus

Compile CSS using Stylus

Usage no npm install needed!

<script type="module">
  import skivvySkivvyPackageStylus from 'https://cdn.skypack.dev/@skivvy/skivvy-package-stylus';
</script>

README

Skivvy package: stylus

npm version Stability Build Status

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 the source configuration setting