Files
wajs-server/postcss.config.js
bipproduction 9e60f5ebf6 tambahannya
2025-10-15 21:17:25 +08:00

17 lines
345 B
JavaScript

module.exports = {
plugins: {
'postcss-preset-mantine': {},
'postcss-simple-vars': {
variables: {
'mantine-breakpoint-xs': '36em',
'mantine-breakpoint-sm': '48em',
'mantine-breakpoint-md': '62em',
'mantine-breakpoint-lg': '75em',
'mantine-breakpoint-xl': '88em',
},
},
},
};