{"library":"snowpack-plugin-stylus","title":"Snowpack Plugin Stylus","type":"library","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install snowpack-plugin-stylus"],"cli":null},"imports":["Add to Snowpack config as a plugin string or array (see quickstart)"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/fansenze/snowpack-plugin-stylus","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/snowpack-plugin-stylus","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"// snowpack.config.js\nmodule.exports = {\n  plugins: [\n    [\n      'snowpack-plugin-stylus',\n      {\n        // Optional Stylus render options (e.g., compress, use, define)\n        compress: true,\n        // define: { $primary: '#09f' }\n      }\n    ]\n  ]\n};","lang":"javascript","description":"Configures Snowpack to compile .styl files via the Stylus plugin with custom render options.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}