You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @catosaurusrex2003@AST0008 ,
I would like to work on this issue as it seems straightforward, and I believe I can make it effeciently.
Could you please assign this to me?
If it's okay, I can go ahead . Let me know how you'd like me to proceed.
Thanks!
Description
format using https://www.npmjs.com/package/prettier-plugin-tailwindcss
more information -> https://tailwindcss.com/blog/automatic-class-sorting-with-prettier
Reasons
Example
this unordered classes 👇
rounded uppercase px-2 no-underline border-orange-300 text-orange-500 border py-0 border-solid text-xs
gets converted to 👇
border-orange-300 text-orange-500 rounded border border-solid px-2 py-0 text-xs uppercase no-underline
Below is the image of the files which are affected due to this formatting

The text was updated successfully, but these errors were encountered: