Hello, I've recently updated to astro 3.0 and with running astro run dev, I'm getting an error that reads:
Cannot read properties of undefined (reading 'postcss')
Full log included as image.
I've tried:
- Adding tailwindcss as a plugin in postcss.config.cjs
- Installing newest versions of tailwindcss through astro add, and manually
- Installing old and newest versions of postcss,
to no avail
Any help would be much appreciated!