wip
This commit is contained in:
@@ -22,4 +22,17 @@ export default defineConfig({
|
||||
presets: [
|
||||
presetWind3(),
|
||||
],
|
||||
// 自定义断点
|
||||
theme: {
|
||||
breakpoints: {
|
||||
'xs': '480px', // 自定义小断点
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
'3xl': '1920px',
|
||||
'4k': '2560px',
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user