How can I Automatic Class Sorting in Twind? #395
Answered
by
rschristian
Steffany-Martins
asked this question in
Q&A
-
I found this article about Prettier, and this pluggin was used to sort classes. How can I do the same in Twind? |
Beta Was this translation helpful? Give feedback.
Answered by
rschristian
Nov 28, 2022
Replies: 1 comment 1 reply
-
You can use that very plugin so long as you're using If you're using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Steffany-Martins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use that very plugin so long as you're using
class
with Twind (like you would with Tailwind).If you're using the
tw
tagged template you may need to fork & modify the plugin to get it to correctly pick up on that.