From 601b18c0dfcc512c542d52566819148406e49640 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Mar 2019 20:10:39 +0000 Subject: [PATCH] Remove extra commas --- .../themes/twentynineteen-tailwindcss/tailwind.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', - }, - }, - }, + } + } + } }