npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@taskr/stylus

1.1.0

@lukeed

npmHomeRepoSnykSocket
Downloads:1
$ npm install @taskr/stylus
DailyWeeklyMonthlyYearly

@taskr/stylus npm

Compile Stylus to CSS with Taskr.

Install

$ npm install --save-dev @taskr/stylus

Usage

The paths within task.source() should always point to files that you want transformed into .css files.

exports.styles = function * (task) {
  yield task.source('src/pages/*.styl').stylus({
    sourceMap: { inline:true }
  }).target('dist/css');
}

API

.stylus(options)

Check out the Stylus JavaScript API and Sourcemaps docs to see the available options.

Support

Any issues or questions can be sent to the Taskr monorepo.

Please be sure to specify that you are using @taskr/stylus.

License

MIT © Luke Edwards