This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity.eu/node_modules/prettier-plugin-tailwindcss/dist/licenses/prettier-plugin-style-order/README.md

19 lines
693 B
Markdown
Raw Normal View History

2024-03-26 16:28:28 +01:00
# Style Order for Prettier
__Style Order__ is a [Prettier](https://prettier.io/) plugin which sorts property declarations and groups related properties.
## Installation
```bash
npm i -D prettier-plugin-style-order
```
That's it! Prettier should automatically find/use the plugin.
If it doesn't seem to be working, refer to Prettier's [plugin docs](https://prettier.io/docs/en/plugins.html) for more in-depth directions.
## Credits
- [`postcss-sorting`](https://github.com/hudochenkov/postcss-sorting)
- [`stylelint-config-rational-order`](https://github.com/constverum/stylelint-config-rational-order)
- [`prettier-plugin-package`](https://github.com/shellscape/prettier-plugin-package)