✓ If you see colored boxes above, basic Tailwind is working!
✓ If you see Sky Blue, Magenta, Green, custom colors work!
✓ If text above has blue-to-purple gradient, custom classes work!
DM Sans Display Font (Bold)
Inter Body Font (Regular)
JetBrains Mono Code Font
✓ Check if fonts look different from system defaults
✓ Boxes should animate on page load
✓ Check if boxes have different shadow effects
Resize browser window
Text size changes at different breakpoints
✓ Custom component classes should be styled
This entire section uses the `.card` class with hover effects.
✓ Hover over this card to see elevation change
This box has glassmorphism effect with backdrop blur.
If all tests above look correct, your CSS is working perfectly!
✓ Astro Version: 5.0.5
✓ Tailwind CSS: Loaded via @astrojs/tailwind
✓ Custom Config: tailwind.config.mjs
✓ Global Styles: src/styles/global.css
✓ Font CDN: Google Fonts
If CSS not working:
1. Check browser console (F12) for errors
2. Hard refresh (Ctrl+Shift+R)
3. Clear .astro cache: rm -rf .astro
4. Restart dev server