From 50ee7232f3c98fe24a1f2e31dba9508cfec14887 Mon Sep 17 00:00:00 2001 From: gjj <Ganjj@probim.com.cn> Date: Fri, 21 Feb 2025 17:35:39 +0800 Subject: [PATCH] 模型预览 --- postcss.config.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..9cecbe0 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,11 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + "postcss-pxtorem": { + propList: ["*"], + unitPrecision: 6, + exclude: /node_modules/i, + }, + }, +}; -- Gitblit v1.9.3