Detalhes do pacote

snowpack-plugin-stylus

fansenze3.7kMIT1.0.6

Use the Stylus compiler to build .styl files from source

snowpack, stylus, css, style

readme (leia-me)

snowpack-plugin-stylus

Use the Stylus compiler to build .styl files from source

Usage

Install

npm install --save-dev snowpack-plugin-stylus

Config

add this plugin to your Snowpack config:

snowpack.config.json

{
  "plugins": [
    "snowpack-plugin-stylus"
  ]
}

Use Custom Stylus Compile Options

snowpack.config.js

const path = require("path");

module.exports = {
  // ...another config
  "plugins": [
    [
      "snowpack-plugin-stylus",
      { /* stylus render options */ }
    ]
  ]
}

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

1.0.6

  • feat: transitive dependencies #9
  • Add .circleci/config.yml #7
  • feat: trigger markChanged for importers of file onChange e491f6a
  • chore: add changelog 98b6f3b
  • feat: add function to get styl file dependencies 96d3fad

1.0.5

18 February 2021

1.0.4

18 February 2021

  • chore: release v1.0.4 de414a4
  • chore: remove postinstall & update release conf 8dcee21

1.0.3

18 February 2021

1.0.2

18 February 2021