vite项目编译时, vsCode警告: "[vite:css] grid-gap only works if grid-template(-areas) is being used",强迫症啊有没有
在postcss.config.js文件中修改配置
autoprefixer:{ grid:false }
然后重新运行一下就OK了 很干净!
autoprefixer:{ grid:false }
然后重新运行一下就OK了 很干净!