https://github.com/mathiasgilson/tailwind-styled-component-prettier-plugin
https://github.com/mathiasgilson/tailwind-styled-component-prettier-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathiasgilson/tailwind-styled-component-prettier-plugin
- Owner: MathiasGilson
- License: mit
- Created: 2022-08-26T17:45:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T18:00:58.000Z (almost 4 years ago)
- Last Synced: 2025-12-31T10:06:35.924Z (6 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️⚠️⚠️ WIP not fonctional ⚠️⚠️⚠️**
A [Prettier](https://prettier.io/) plugin for Tailwind Styled Component that automatically sorts classes based on [Tailwind recommended class order](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier#how-classes-are-sorted) and based on class groups
Go from infinite line mess 🤮
```tsx
Hello
```
👇👇👇
To clean structured classes **Automatically** ✨
```tsx
Hello
```