Replies: 2 comments
-
Some feedback from @thecrypticace here:
|
Beta Was this translation helpful? Give feedback.
-
Hope this can be made into an ESLint rule. Prettier may not be a good place for this since it can lead to potential changes to code meaning. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Sometimes Tailwind CSS class names are more complex than they need to be
Describe the solution you'd like
Create something like
suggestCanonicalClasses
from the official Tailwind CSS VS Code plugin:Alternatives considered
Maybe it belongs in an ESLint rule instead:
Beta Was this translation helpful? Give feedback.
All reactions