systemjs-plugin-stylus

0.1.0 • Public • Published

Installation

With jspm:

jspm install stylus

Usage

SystemJS.config({
  meta: {
    '*.styl': { loader: 'stylus' }
  }
});

Or via package configuration:

SystemJS.config({
  packages: {
    'src/': {
      meta: {
        '*.styl': { loader: 'stylus' }
      }
    }
  }
});

In-browser Stylus transpilation and builds should then be provided for any *.styl files.

Source maps support is included.

This plugin is built on the CSS plugin base and supports the same build options.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i systemjs-plugin-stylus

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • kirkhoff