I tried to follow the basic example of adding PostCSS plugins in the docs: https://docs.astro.build/en/guides/styling/#postcss
The only errors I’m getting are “Missing peer” for postcss and typescript when installing PostCSS plugins. I am using TailwindCSS if that’s relevant.
According to the docs, Vite should simply grab my postcss.config.cjs file and apply it out-of-the-box. What am I missing?