Fix QC Kak Ino Tgl 12 Fix UI Mobile Menu Keamanan Fix UI Mobile Admin Menu Landing Page
16 lines
540 B
JavaScript
16 lines
540 B
JavaScript
module.exports = {
|
||
plugins: {
|
||
'postcss-preset-mantine': {},
|
||
'postcss-simple-vars': {
|
||
variables: {
|
||
/* Mobile first */
|
||
'mantine-breakpoint-xs': '30em', // 480px → mobile kecil–normal
|
||
'mantine-breakpoint-sm': '48em', // 768px → tablet / mobile landscape
|
||
'mantine-breakpoint-md': '64em', // 1024px → laptop & desktop kecil
|
||
'mantine-breakpoint-lg': '80em', // 1280px → desktop standar
|
||
'mantine-breakpoint-xl': '90em', // 1440px+ → desktop besar
|
||
},
|
||
},
|
||
},
|
||
};
|