extend tailwind theme -- add default colors

This commit is contained in:
Rodrigo Antinarelli 2020-03-03 19:30:02 -03:00 committed by James A. Petts
parent 8463efe512
commit c6f9f092b4

View File

@ -13,6 +13,8 @@ module.exports = {
transparent: 'transparent',
black: '#000',
white: '#fff',
initial: 'initial',
inherit: 'inherit',
primary: {
light: '#5acde7',