From 118c99fbaf6ffc421886b3cb1e05c9869360bc35 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Mar 2019 07:50:08 +0000 Subject: [PATCH] Fix incorrect key --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 5043c9a76..2cdb88f24 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,7 +4,7 @@ let defaultTheme = require('tailwindcss/defaultTheme') module.exports = { theme: { extend: { - color: { + colors: { blue: { dark: '#2779bd', default: 'hsl(203, 94%, 38%)',