Responsive ( Including SVG ) | Tailwind + Nuxt 3

Solution retrospective
Hi Devlopers,
i'm still struggling to be consintent with tailwind, any tips? I'm confused about this tailwind best practice for utilities that don't exist in tailwind. so sometimes I use native css which makes it inconsistent
i will response any feedback, discussion, and question, thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdulkhaliq
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
COMPONENT MEASUREMENTS 📐:
- The
width: 100%
property fordiv
element is not necessary. becausediv
is a block level element which will take the full width of the page by default.
- So feel free to remove
.w-full
tailwind utility class from<div class="order-summary ...">
element
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful
Join 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