From e19ee047f359243e5eb5a1a9d88f7a52b7b460f5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Feb 2019 00:15:11 +0000 Subject: [PATCH] Remove duplicate colours Same as in the defaults. --- tailwind.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tailwind.js b/tailwind.js index 3babf44..dda41dd 100644 --- a/tailwind.js +++ b/tailwind.js @@ -2,17 +2,13 @@ let defaultConfig = require('tailwindcss/defaultConfig')() var colors = { ...defaultConfig.colors, - 'black': '#22292f', 'green': '#bada55', - 'grey': '#b8c2cc', 'grey-dark': '#303030', 'grey-darkest': '#1e1d1d', 'grey-lightest': '#eae9ea', 'red': '#a42e27', 'red-90': 'rgba(164, 46, 39, .9)', 'red-dark': '#3a1d19', - 'transparent': 'transparent', - 'white': '#ffffff', } module.exports = {