A Snowpack plugin that compiles .styl files into CSS using the Stylus preprocessor. Version 1.0.6 is the latest stable release, with no update cadence reported. It integrates into Snowpack's build pipeline, supporting custom Stylus render options. Compared to other Stylus plugins for different bundlers, this is specific to Snowpack and requires minimal configuration.
npm install snowpack-plugin-stylusNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Snowpack to compile .styl files via the Stylus plugin with custom render options.
Run 'npm install --save-dev stylus'
Use Vite or another build system with its own Stylus support.
npm install --save-dev stylus
npm install --save-dev snowpack-plugin-stylus