A Prettier plugin for formatting Stylus stylesheets. Current stable version is 0.1.0 with irregular release cadence. Provides Pythonic-style formatting and is compatible with Vue.js Single-File Components via Stylus parser inference. Alternative to stylefmt or manual formatting; leverages Prettier's ecosystem for consistent code style across languages.
npm install prettier-plugin-stylusVerified import paths — ran on the pinned version, not inferred.
Configures Prettier to format Stylus files and formats a .styl file.
Add 'plugins': ['prettier-plugin-stylus'] to .prettierrc file.
Update Prettier to v2.7 or later.
Run 'npm install prettier-plugin-stylus' or 'yarn add prettier-plugin-stylus'.
Ensure plugin is listed in Prettier's 'plugins' config.
No dependency data recorded yet.