From 3f7d29ce793821013a315c624451c9b16c75cbd9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 11 Aug 2021 19:52:27 +0200 Subject: [PATCH] tailwind.config.js: remove status color classes. --- tailwind.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 58d2a90..2121bbb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -17,10 +17,6 @@ module.exports = { theme: { extend: { colors: { - 'info': colors.blue, - 'success': colors.green, - 'warning': colors.amber, - 'danger': colors.red, 'class-druid': '#FF7C0A', 'class-hunter': '#AAD372', 'class-mage': '#3FC7EB',