|
|
|
|
|
by hunterb123
1719 days ago
|
|
<td class="p-48 sm:py-32 sm:px-24 text-center"> That's source code from the project. Tailwind is just inline styles via CSS shorthand classes. I cannot understand why anyone would want this unless they are coming from bootstrap. Tailwind is unreadable when glancing through source code, especially when styles get large. It's just a web fad. |
|
A big one is that you don't have to think about abstractions or relationships between classes.
But instead think in terms of utility and really making it a language of it's own right.
I was hesitant but gave it a go. It was quite enjoyable and productive.
There's also the @apply which enabled you to still remove the duplication or build your own utilities on top of their skeleton.
Don't knock it till you try it!