Tailwind CSS v3.0
11–20 of 448 posts
Re: Tailwind CSS v3.0
#12Is there a link showing the delta between v2 and v3?
0: https://tailwindcss.com/docs/upgrade-guide
1: https://github.com/tailwindlabs/tailwindcss/blob/master/CHAN...
Re: Tailwind CSS v3.0
#13I'm happy they have also expounded upon some of the more common FAQs on the homepage, including the extraction to components.
Re: Tailwind CSS v3.0
#14Since I learned to write semantic class names, and to compose using scss or react components, Tailwind feels like it would be a big step back. I get that it would be kind of nice to prototype in, but is anybody here using it for complex apps or UIs?
Re: Tailwind CSS v3.0
#15Props to the team though - I feel like this is something I'll try out for a marketing site.
Re: Tailwind CSS v3.0
#16Since I learned to write semantic class names, and to compose using scss or react components, Tailwind feels like it would be a big step back. I get that it would be kind of nice to prototype in, but is anybody here using it for complex apps or UIs?
It feels strange at first but then it's a bit like flying.
Re: Tailwind CSS v3.0
#17(Formerly: dupe of https://news.ycombinator.com/item?id=29501125 . The comments have now been merged.)
Re: Tailwind CSS v3.0
#18Since I learned to write semantic class names, and to compose using scss or react components, Tailwind feels like it would be a big step back. I get that it would be kind of nice to prototype in, but is anybody here using it for complex apps or UIs?
Now I'm back working on a project with a team that is staunchly against TW and I'm having a hell of time getting back into the rhythm of naming things. Everything just kinda looks like a box so I'm having to go back to the the designer or team to pull out names for things.
Definitely looking forward to when I can go back to using Tailwind at work and on personal stuff. The cognitive overhead is real.
Re: Tailwind CSS v3.0
#19And let me repeat what every Tailwind fanboy (like me) states every time this project is on HN: don't knock it till you've tried it. Look at the animated example in the front page. You'll never be able to iterate that quickly with CSS.
Re: Tailwind CSS v3.0
#20Since I learned to write semantic class names, and to compose using scss or react components, Tailwind feels like it would be a big step back. I get that it would be kind of nice to prototype in, but is anybody here using it for complex apps or UIs?
Also, you can prototype your stuff and then use the "extract" functionality to create components with nice shiny class names.