xlearns / my-vue3-admin

0 stars 1 forks source link

PostCSS #4

Open xlearns opened 2 years ago

xlearns commented 2 years ago

PostCSS插件:嵌套CSS样式写法解决方案

Autoprefixer:

import autoprefixer from "autoprefixer"

export default { plugins:[ autoprefixer ]