Design comparison
Solution retrospective
This was my first time working with tailwind-css and it was really handy. I learned to setup tailwind and use it for faster and easier development.
Community feedback
- @SebastienpandaPosted about 2 years ago
Hi, congratulations for your first project with tailwind ! The small advice I can give you would be to put your own configuration in the extend because it would avoid you to delete all the default classes of Tailwind. You could also target all your a's for the hover to avoid repeating yourself. Have fun with tailwind !
1@aayushtmGPosted about 2 years ago@SebastienWeb thank you for your suggestion . Can you please elaborate a little bit more about own configuration. Cause i think i have used some of them on tailwind.config.js
0 - @SebastienpandaPosted about 2 years ago
Hello, in fact if you want to keep the tailwind utility classes you can use the extend method and the name of the class and you add your own property and it will be added to the tailwind class already present. If you only want to keep your own classes in these cases you can remove the extend method and add your own directly. This will make tailwind have only your own colors.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord