mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 01:57:03 -05:00
18 lines
472 B
JavaScript
18 lines
472 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-preset-mantine": {},
|
|
"postcss-simple-vars": {
|
|
variables: {
|
|
"mantine-breakpoint-xs": "40em",
|
|
"mantine-breakpoint-sm": "54em",
|
|
"mantine-breakpoint-md": "68em",
|
|
"mantine-breakpoint-lg": "82em",
|
|
"mantine-breakpoint-xl": "96em",
|
|
"mantine-breakpoint-xl2": "110em",
|
|
"mantine-breakpoint-xl3": "126em",
|
|
"mantine-breakpoint-xl4": "142em",
|
|
},
|
|
},
|
|
},
|
|
};
|