【更新】修复tailwindcss部分颜色不生效

pull/98/head
xlzy 2023-03-26 12:09:52 +08:00
parent 7daf8b05de
commit 363c9b7b2b
1 changed files with 1 additions and 6 deletions

View File

@ -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: {