forked from UzTech/Vue3-typescript-demo
增加屏幕适配
This commit is contained in:
7
postcss.config.js
Normal file
7
postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-px-to-viewport': {
|
||||
viewportWidth: 375
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user