collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
Also, Tailwind's "it only compiles what you use" benefit is way more of a footgun than I think most people realize.
Example: I define an animation in my Tailwind config file. Ok, now I can add it with a class name. Cool.
But that animation *will not exist in CSS* unless I add that class. If I have a reason to use it _not_ with that Tailwind class (like if I want to change duration or easing), it just won't work. Nothing will happen. The animation never got compiled. Calling it does nothing.