Gary Gu
5 days ago 7d3e6532e257dd955dc515378b849e6daf8af3ac
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
    "postcss-pxtorem": {
      propList: ["*"],
      unitPrecision: 6,
      exclude: /node_modules/i,
    },
  },
};