码迷,mamicode.com
首页 > Web开发 > 详细

vue-cli3.0中使用 postcss-pxtorem

时间:2019-09-10 13:27:52      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:nsa   exp   plugins   tor   sele   plist   使用   lin   忽略   

vue.config.js


module.exports = {
    lintOnSave: true,
    css: {
        loaderOptions: {
            postcss: {
                plugins: [
                    require('postcss-pxtorem')({
                        rootValue : 1, // 换算的基数
                        selectorBlackList  : ['weui','mu'], // 忽略转换正则匹配项
                        propList   : ['*'],
                    }),
                ]
            }
        }
    },
}

vue-cli3.0中使用 postcss-pxtorem

标签:nsa   exp   plugins   tor   sele   plist   使用   lin   忽略   

原文地址:https://www.cnblogs.com/wwj007/p/11496602.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!