Tailwind CSS question detail
What are common performance mistakes in Tailwind projects?
- Incorrect content scanning paths (missed class detection).
- Overuse of dynamic class strings that cannot be statically found.
- Excessive arbitrary values when tokens should be reused.