[flagged]
Tailwind CSS v4.0 Beta 1
41–50 of 135 posts
Re: Tailwind CSS v4.0 Beta 1
#42I've never had as much fun doing front-end web stuff as I've had since I've picked up tailwind.
I don’t work on the frontend very often, I think the last time I did so was when bootstrap was “the tailwind”, but when I recently had to cover for one of our react developers I got to work with it. I genuinely didn’t think there was a difference in my work flow between the two. Looking up meta language magic in the official documentation and then using it through brute-force development. Maybe I’m missing something,…
If you’re brute forcing Tailwind then you need to study CSS fundamentals. The vast majority of its utility classes are essentially 1:1 translations of CSS properties with some syntax sugar and DX improvements. Translating them to custom classes is a mechanical process even without @apply. There are even browser extensions like Windy that can rip HTML elements with arbitrary CSS to Tailwind classes.
Re: Tailwind CSS v4.0 Beta 1
#43Earlier quoted context omitted.
No idea if anyone was complaining, but if building in CI it shaves off some pennies (or more?) no?
Given its popularity this can actually get into measurable carbon emission savings. Not world changing. But maybe a few international flights over the lifespan.
Re: Tailwind CSS v4.0 Beta 1
#44Re: Tailwind CSS v4.0 Beta 1
#45I've never had as much fun doing front-end web stuff as I've had since I've picked up tailwind.
Tailwind is by far the first time I'm productive with styling.
I'm impressed with everything they've built.
Re: Tailwind CSS v4.0 Beta 1
#46> Installing with Vite
What the hell is Vite? Oh, it seems to be something you need to install via npm.
I cannot help but to ask - why do we require npm, or Vite, for something that looks like it should "help" with CSS?
Why is the webdev such a shitshow, that seems to get ever deeper into its own weird rabbit hole?
Re: Tailwind CSS v4.0 Beta 1
#47Re: Tailwind CSS v4.0 Beta 1
#48Read some of the Getting Started documentation, for fun. First step: > Installing with Vite What the hell is Vite? Oh, it seems to be something you need to install via npm. I cannot help but to ask - why do we require npm, or Vite, for something that looks like it should "help" with CSS? Why is the webdev such a shitshow, that seems to get ever deeper into its own weird rabbit hole?
Shows that the "bloated" way of doing things is now the norm.
Re: Tailwind CSS v4.0 Beta 1
#49Read some of the Getting Started documentation, for fun. First step: > Installing with Vite What the hell is Vite? Oh, it seems to be something you need to install via npm. I cannot help but to ask - why do we require npm, or Vite, for something that looks like it should "help" with CSS? Why is the webdev such a shitshow, that seems to get ever deeper into its own weird rabbit hole?
As for why it requires npm: I dislike the Node ecosystem as much as the next guy, but it’s a tool used for web development. Where else are you gonna install it from?
Re: Tailwind CSS v4.0 Beta 1
#50Read some of the Getting Started documentation, for fun. First step: > Installing with Vite What the hell is Vite? Oh, it seems to be something you need to install via npm. I cannot help but to ask - why do we require npm, or Vite, for something that looks like it should "help" with CSS? Why is the webdev such a shitshow, that seems to get ever deeper into its own weird rabbit hole?