mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
chore(apps/documentation): migrate to eslint 9 (#188)
This commit is contained in:
committed by
GitHub
parent
f157ff37e0
commit
0b501e95a5
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
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',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user