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