5 ms·
also note that `class="text-red-500 text-green-500"` gets flagged immediately by the Tailwind VS Code plugin > 'text-green-500' applies the same CSS properties
by simonsarris 2mo ago
also note that `class="text-red-500 text-green-500"` gets flagged immediately by the Tailwind VS Code plugin
> 'text-green-500' applies the same CSS properties as 'text-red-500'. tailwindcss(cssConflict)
So even if you do it by accident, it will tell you.