@Floppy @james @pikesley any time I’ve looked at Tailwind I’ve felt the same way. There’s *something* there, but it feels like they went halfway by introducing a bunch of reusable classes and then stopped before adding the pre-processor that’s so obviously needed to translate .callout to a class incorporating .x-large, .float-left, .padding-2 and so on.
So I think Tailwind has a place as “I need to make a quick demo or mockup”. Learn the syntax, use someone else’s component libray, no need to think about design.
But also you can just write some
CSS. It’s not slower.
@james @Floppy @pikesley this is very true, and typically what I’ll do now because it’s easier to make up a few classes than learn an entire framework. I just can’t help thinking there must be *something* to it for so many people to jump on it, it can’t all just be that Tailwind is the fashionable thing.