From 5729a6b6c069c6ec30518159562270b015a6295b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Mar 2019 09:37:48 +0000 Subject: [PATCH] Use default Tailwind colours --- tailwind.config.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 2cdb88f2..9065cfc9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,21 +4,6 @@ let defaultTheme = require('tailwindcss/defaultTheme') module.exports = { theme: { extend: { - colors: { - blue: { - dark: '#2779bd', - default: 'hsl(203, 94%, 38%)', - lighter: '#bcdefa', - }, - grey: { - dark: '#70818a', - darker: '#596a73', - default: '#9babb4', - light: 'hsl(203, 25%, 88%)', - lighter: 'hsl(203, 22%, 95%)', - lightest: '#fafcfc', - }, - }, fontFamily: { mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono], },