From 3635269c22da06154eb6b71fea264794ff7390e4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 May 2019 21:52:55 +0100 Subject: [PATCH] Remove trailing commas --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 2d0349870..eda0f321f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,9 @@ module.exports = { black: '#000', 'green-600': '#0fa877', 'pink-600': '#ec16a8', - 'purple-600': '#b33ee9', - }, - }, + 'purple-600': '#b33ee9' + } + } }, variants: { borderColor: [...variants.textColor, 'hocus', 'group-hocus'], @@ -28,5 +28,5 @@ module.exports = { require('tailwindcss-list-reset')(), require('tailwindcss-spaced-items')({ values: spacing }), require('tailwindcss-transitions')() - ], + ] }