Hello everyone, welcome to the Tailwind for Beginners Tutorial. In this tutorial, we will go over the fundamentals of Tailwind CSS and we build a s...
For further actions, you may consider blocking this person and/or reporting abuse
Interesting read.
Do companies actually use Tailwindcss in deployment?
What I see, when starting a new project, you can easily push the usage of tailwind, people are open to it. Most devs are familiar with it.
However, it is harder to add it to an existing one. When adding tailwind to an existing project, I always recommend using the 'tw-' or another prefix for all tailwind classes.
adding 'tw-' to differentiate which is which right?
Right. Setting up the config to prefix tailwind classes with 'tw-', you are able to identify which css classes in your app are added by tailwind (because all of them start with 'tw-') and which classes you defined internally (don't start with 'tw-').
Thank you. I was asking so I can get to learn industry standard frameworks and libraries.
yeah, they do. a lot of people use tailwind css nowadays. The company i work in create products using tailwind css and people use them in real world.
Thanks for the feedback, read somewhere that companies doesn't use it that much. So I wanted to know, because I'm learning it right now
Glad it was helpful.
Thanks :)
Glad you liked it :)
We use tailwind only. Best decision we ever made
You're a real one for posting this, THANK YOU!