Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use inline postcss config in vite.config.mts
1. It's redundant to have both a postcss.config.js and a postcss key in vite.config.mts 2. If the css key is present in vite.config.mts, it will override the postcss.config.js file (https://vitejs.dev/config/shared-options.html#css-postcss) 3. Sine the css key was overriden in vite.config.mts, and it didn't have autoprefixer, CSS was not being autoprefixed
- Loading branch information