Showing
1 changed file
with
3 additions
and
1 deletions
@@ -111,7 +111,9 @@ exports.postcssPlugin = (et) => { | @@ -111,7 +111,9 @@ exports.postcssPlugin = (et) => { | ||
111 | selectorBlackList: [], // 选择器黑名单,可以使用正则 | 111 | selectorBlackList: [], // 选择器黑名单,可以使用正则 |
112 | propWhiteList: [] // 属性名称为空,表示替换所有属性的值 | 112 | propWhiteList: [] // 属性名称为空,表示替换所有属性的值 |
113 | }), | 113 | }), |
114 | - autoprefixer(), | 114 | + autoprefixer({ |
115 | + remove: false | ||
116 | + }), | ||
115 | postUse({ | 117 | postUse({ |
116 | modules: ['postcss-clearfix', 'postcss-crip', 'postcss-short', 'postcss-center', 'postcss-position'] | 118 | modules: ['postcss-clearfix', 'postcss-crip', 'postcss-short', 'postcss-center', 'postcss-position'] |
117 | }) | 119 | }) |
-
Please register or login to post a comment