I upgraded to Astro v2.6.1 and also upgraded TailwindCSS 3.3.2. I'm using the Netlify adaptor, and I have SSR-enabled.
After doing that, none of my custom styles in the tailwind.config.ts file seem to be applying to my pages anymore. Which files should I check to see where the disconnect is happening? Here's my Layout.astro file imports and global.css file:
Open a New Issue