An open API service indexing awesome lists of open source software.

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

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

```