0.1.0 • Published 2 years ago
prettier-plugin-stylus v0.1.0
prettier-plugin-stylus
Features
- Pythonic style formatting
- Compatible with Vue.js Single-File Components
Usage
npm i prettier-plugin-stylus
Then add it to your prettierrc file, e.g.:
{
"plugins": ["prettier-plugin-stylus"],
"trailingComma": "all"
}
Or you can specify it in command line:
npx prettier --plugin=prettier-plugin-stylus some.styl
Contributing
Make sure you use the right version of pnpm
as specified in package.json
. It is also recommended to use corepack
to automatically switch to the correct version of pnpm
.
TODO
- use vitest for tests
- @font-face
- object/hashes
- add plugin recommendation in prettier docs
- playground
0.1.0
2 years ago
0.0.1-beta.9
2 years ago
0.0.1-beta.7
3 years ago
0.0.1-beta.6
3 years ago
0.0.1-beta.8
3 years ago
0.0.1-alpha.2
3 years ago
0.0.1-alpha.3
3 years ago
0.0.1-beta.3
3 years ago
0.0.1-beta.2
3 years ago
0.0.1-beta.5
3 years ago
0.0.1-beta.4
3 years ago
0.0.1-beta.1
3 years ago
0.0.1-alpha.1
3 years ago
0.0.1-alpha.0
3 years ago