vue cli3 配置postcss

1.安裝postcss-import,postcss-cssnext 包
2.修改package.json
將postcss響應的內容替換爲
"postcss": {
"plugins": {
"postcss-import": {},
"postcss-cssnext": {}
}
},css

相關文章
相關標籤/搜索