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
The js-tailwindcss and ts-tailwindcss currently don't include prettier with the tailwindcss plugin.
Since tailwindcss has a recommended class order which defines how the styles are applied without accidental overwriting each other, the prettier-plugin-tailwindcss is able to prevent this with automatic class sorting.
I am willing to add this feature myself, is there anything i would need to know before submitting a pr (testing, commit conventions, etc)? The contributing guidelines don't define any concrete procedures.
The text was updated successfully, but these errors were encountered:
The js-tailwindcss and ts-tailwindcss currently don't include prettier with the tailwindcss plugin.
Since tailwindcss has a recommended class order which defines how the styles are applied without accidental overwriting each other, the prettier-plugin-tailwindcss is able to prevent this with automatic class sorting.
I am willing to add this feature myself, is there anything i would need to know before submitting a pr (testing, commit conventions, etc)? The contributing guidelines don't define any concrete procedures.
The text was updated successfully, but these errors were encountered: