mirror of https://gitee.com/xiaonuobase/snowy
【更新】修复tailwindcss部分颜色不生效
parent
c4df5d65e2
commit
65fe9fce81
|
@ -39,12 +39,7 @@ module.exports = {
|
||||||
colors: {
|
colors: {
|
||||||
transparent: 'transparent',
|
transparent: 'transparent',
|
||||||
current: 'currentColor',
|
current: 'currentColor',
|
||||||
black: colors.black,
|
...colors,
|
||||||
white: colors.white,
|
|
||||||
gray: colors.neutral,
|
|
||||||
indigo: colors.indigo,
|
|
||||||
red: colors.rose,
|
|
||||||
yellow: colors.amber,
|
|
||||||
...generatePrimaryColors()
|
...generatePrimaryColors()
|
||||||
},
|
},
|
||||||
fontWeight: {
|
fontWeight: {
|
||||||
|
|
Loading…
Reference in New Issue