增加屏幕适配

This commit is contained in:
2021-09-18 09:32:40 +08:00
parent f4b6b8d55d
commit d78ab3c07e
6 changed files with 29 additions and 11 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
'postcss-px-to-viewport': {
viewportWidth: 375
}
}
}