chore: heygermany customer project
This commit is contained in:
18
apps/website/postcss.config.mjs
Normal file
18
apps/website/postcss.config.mjs
Normal file
@@ -0,0 +1,18 @@
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
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',
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user