Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I learnt that tailwind doesnt read interpolated classes.
e.g "text" + "-gray-300"
will not change the color of the text
however "text-gray-300" as a whole string will.
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