Oliver Davies 2020-12-18 00:46:44 +00:00
parent 3b0b7d37e3
commit dc70dd5e87

View file

@ -21,8 +21,9 @@ module.exports = {
whitelist: ['bg-gray-200']
},
theme: {
extend: {
typography: (theme) => ({
default: {
DEFAULT: {
css: {
a: {
color: theme('colors.blue.500')
@ -52,7 +53,6 @@ module.exports = {
}
}
}),
extend: {
colors: {
inherit: 'inherit',