From 363c9b7b2be658fdd06bb4c5d67495a81e486722 Mon Sep 17 00:00:00 2001 From: xlzy <1017866168@qq.com> Date: Sun, 26 Mar 2023 12:09:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dtailwindcss=E9=83=A8=E5=88=86=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/tailwind.config.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/snowy-admin-web/tailwind.config.js b/snowy-admin-web/tailwind.config.js index 6f506f7d..830d99ea 100644 --- a/snowy-admin-web/tailwind.config.js +++ b/snowy-admin-web/tailwind.config.js @@ -39,12 +39,7 @@ module.exports = { colors: { transparent: 'transparent', current: 'currentColor', - black: colors.black, - white: colors.white, - gray: colors.neutral, - indigo: colors.indigo, - red: colors.rose, - yellow: colors.amber, + ...colors, ...generatePrimaryColors() }, fontWeight: {