@bundl/stylus

Stylus plugin for Bundl

Usage no npm install needed!

<script type="module">
  import bundlStylus from 'https://cdn.skypack.dev/@bundl/stylus';
</script>

README

@bundl/stylus

Stylus plugin for Bundl.

Installation

# npm
npm i -D @bundl/stylus
# yarn
yarn add -D @bundl/stylus

Usage

const stylus = require('@bundl/stylus')

module.exports = {
  output: {
    'build/style.css': {
      use: stylus(),
      input: 'src/*.styl'
    }
  }
}