Commit 246812aa by xiaowenfeng

1、修改了注释

parent c7f3e154
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ const IS_DEBUG = process.env.NODE_ENV === 'dev'
const px2rem = require('postcss-px2rem')
// 配置基本大小
const postcss = px2rem({
// 基准大小 baseSize,需要和rem.js中相同
// 基准大小 baseSize
remUnit: 192
})
module.exports = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment