postcss.config.cjs (6 lines of code) (raw):

module.exports = { plugins: { 'postcss-preset-mantine': {}, 'postcss-simple-vars': {}, }, };