postcss.config.js
Posted MR崔
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postcss.config.js相关的知识,希望对你有一定的参考价值。
module.exports = {
parser: false,
sourceMap: false,
plugins: {
\'autoprefixer\':true, //低版本安卓css识别不了,开启可以自动转换让低版本识别的css
\'cssnano\': {}
}
}
module.exports = {
parser: false,
sourceMap: false,
plugins: {
\'autoprefixer\': {},
\'cssnano\': {}
}
}
以上是关于postcss.config.js的主要内容,如果未能解决你的问题,请参考以下文章
Webpack 2 - 导入在 postcss.config.js 和其他 js 文件上引发错误
@vue/cl构建得项目下,postcss.config.js配置,将px转化成rem
如何在没有 require() 的情况下使用带有 postcss.config.js 的 Tailwind 嵌套声明
@tailwindcss/jit 在 postcss.config.js 中配置时不起作用