想要实现的效果 最小为1920屏幕,大于1920的 扩大
npm i postcss-pxtorem -D
新建.postcssrc.js文件
module.exports = {
plugins: {
autoprefixer: {
},
"postcss-pxtorem": {
"rootValue": 14,
"propList": [
想要实现的效果 最小为1920屏幕,大于1920的 扩大
npm i postcss-pxtorem -D
新建.postcssrc.js文件
module.exports = {
plugins: {
autoprefixer: {
},
"postcss-pxtorem": {
"rootValue": 14,
"propList": [
1万+
1922
1509
749

被折叠的 条评论
为什么被折叠?