extend tailwind theme -- add default colors
This commit is contained in:
parent
8463efe512
commit
c6f9f092b4
@ -13,6 +13,8 @@ module.exports = {
|
|||||||
transparent: 'transparent',
|
transparent: 'transparent',
|
||||||
black: '#000',
|
black: '#000',
|
||||||
white: '#fff',
|
white: '#fff',
|
||||||
|
initial: 'initial',
|
||||||
|
inherit: 'inherit',
|
||||||
|
|
||||||
primary: {
|
primary: {
|
||||||
light: '#5acde7',
|
light: '#5acde7',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user