contentTailwind
Class Formatting
SHOULD
SHOULD: Use prettier-plugin-tailwindcss for automatic class ordering (layout → spacing → typography → colors)
Follow consistent class ordering and formatting conventions
Bad
Good
Why it matters
Consistent class ordering makes code scannable and maintainable. The Prettier plugin for Tailwind CSS automatically sorts classes following the recommended order.
References