Mastodon Feed: Post

Mastodon Feed

collinsworth@hachyderm.io ("Josh Collinsworth") wrote:

This week I learned the same class name might mean different things in different versions of Tailwind. (e.g., `outline-white` in v3 does what you'd expect, and sets the outline color to white. It *used* to set more properties in older versions, however.)

I *also* learned many projects don't use Tailwind directly; they use `twind` or another layer.

So depending on how you're pulling Tailwind into your project, you have 1–2 extra layers of upkeep that can slide out of date/do unexpected stuff.