mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
add breakpoints postcss
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-preset-mantine': {},
|
||||
'postcss-simple-vars': {
|
||||
variables: {
|
||||
'breakpoint-xs': '36em',
|
||||
'breakpoint-sm': '48em',
|
||||
'breakpoint-md': '62em',
|
||||
'breakpoint-lg': '75em',
|
||||
'breakpoint-xl': '88em',
|
||||
'breakpoint-2xl': '120em',
|
||||
'breakpoint-3xl': '160em',
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user