This commit is contained in:
kek7198 2021-11-28 10:54:01 -06:00
parent c9ea9d0163
commit 9b30c493ad
2 changed files with 16 additions and 3 deletions

View file

@ -13,14 +13,27 @@ module.exports = {
current: 'currentColor',
black: colors.black,
white: colors.white,
gray: colors.gray,
pink: colors.pink,
green: colors.green,
red: colors.red,
yellow: colors.amber,
blue: colors.sky
},
extend: {},
extend: {
colors: {
gray: {
'100': '#D6DED4',
'200': '#BFCEC3',
'300': '#C1D1BC',
'400': '#98A8A3',
'500': '#6C7F77',
'600': '#4D625D',
'700': '#3B5A4A',
'800': '#405147',
'900': '#2C3635'
},
}
},
},
variants: {
extend: {},