0.1.3 • Published 9 years ago

@skivvy/skivvy-package-stylus v0.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

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:

NameTypeRequiredDefaultDescription
sourcestringYesN/APath to source Stylus file
destinationstringYesN/APath to destination CSS file
optionsobjectNo{}Stylus API options
Notes:
  • options.filename is automatically set to the value of the source configuration setting