Technology: TailwindCSS
Series: Beginner's Guide
Topic: Where to start?
Version: 1.1
Author: Cezary Mazur
Authors Website: https://cezarymazur.pl
...
For further actions, you may consider blocking this person and/or reporting abuse
I've been a very dedicated user of plain CSS, but after seeing so much about it, I recently tried Tailwind. It could definitely be a major improvement to my toolkit, yet I feel there are times when I need to go back to plain CSS. A key example thats coming to my mind right now is the
:has
selector. Its usefulness is so great that it now seems essential for writing CSS. Since I've recently started exploring Tailwind, there might be a solution I'm not aware of yet. However, for now, I find myself returning to the traditional, plain CSS style.The latest version of tailwind has
:has()
support 🔥As @trona2000 said, Tailwind already solved this problem. Sure thing, personally at first I didn't like Tailwind - but right now I'm obsessed with it :D Soon I'm gonna post my refreshed website where I'm using Vue.js, Nuxt, and TailwindCSS
Tailwind CSS has only one issue for complex designs you have to write many classes to overcome this i use Daisy UI which has many inbuilt components, Also for classes i use Tailwind Fold Plugin!
Sure! :D I also like to use Preline UI for dark mode, collapse, dropdowns etc. Soon gonna post article about what features Preline UI has :)
@sahillangoo There it is: dev.to/cezarymazur/tailwindcss-on-... :)
Thank you! I've been looking for a guide like this. This'll help so much 😁🙌
Happy to help :D Soon I'm gonna post some more about different problems with Tailwind and how to solve them - feel free to follow me :D
It's so crazy, I just open another article called Why it's time to stop using TailwindCSS
Ahh strange people😂
Nicely written article, I am just starting out with Tailwind CSS, thanks for sharing.
Thanks😊
I started working with Tailwind CSS recently. I used to use Bootstrap, but when I got into Tailwind CSS, I loved it right away. Great post!
Thank you. This really help me so much for beginner like me