diff --git a/wp-content/themes/twentynineteen-tailwindcss/tailwind.config.js b/wp-content/themes/twentynineteen-tailwindcss/tailwind.config.js index 00c9306..235610a 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/tailwind.config.js +++ b/wp-content/themes/twentynineteen-tailwindcss/tailwind.config.js @@ -4,7 +4,7 @@ module.exports = { colors: { 'gray-600': '#767676', inherit: 'inherit', - }, - }, - }, + } + } + } }