My PostCSS config.
Install:
npm install --save-dev @a01sa01to/postcss-config
Edit postcss.config.mts
:
import postcssConfig from '@a01sa01to/postcss-config'
export default {
...postcssConfig,
// overrides
}
Refer https://github.com/a01sa01to/config/blob/main/packages/postcss/src/index.ts
MIT License