AJuliette
@AJulietteAll comments
- @samueldev900Submitted 9 months ago@AJuliettePosted 3 months ago
To get the correct colors, you should add inside theme in your
tailwind.config.js
(using the infos in thestyle-guide.md
given):colors: { 'yellow': "hsl(47, 88%, 63%)", 'white': "hsl(0, 0%, 100%)", 'gray': { 500: "hsl(0, 0%, 42%)", 950: "hsl(0, 0%, 7%)", }, },
1 - @whawariSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I am proud that I have finally started learning Tailwind CSS!
What challenges did you encounter, and how did you overcome them?-
Tailwind CSS configuration for custom google fonts. I was able to overcome this challenge by googling, asking Copilot, and following Tailwind CSS documentation.
-
Tailwind CSS classes. I did overcome this challenge by using the Tailwind CSS Cheat Sheet. Amazing cheat sheet to quickly find Tailwind CSS classes!
Currently I would like to know if I configured Tailwind CSS correctly. Especially when using google fonts. Is there any better way to include google font as the default font for the whole project?
@AJuliettePosted 3 months agoCongratulations on your design ! I'm also new to Tailwind so I can't help you with the fonts.
0 -