diff --git a/vue.config.js b/vue.config.js index 6fcde90..3972068 100644 --- a/vue.config.js +++ b/vue.config.js @@ -57,9 +57,9 @@ module.exports = { sassOptions: { outputStyle: "expanded" }, }, // px to rem - // postcss: { - // plugins: [postcss], - // }, + postcss: { + plugins: [postcss], + }, }, }, configureWebpack: {