mirror of https://gitee.com/xiaonuobase/snowy
【更新】修复tailwindcss部分颜色不生效
parent
7daf8b05de
commit
363c9b7b2b
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue