From a5eb3cc53664a52fc669a18da47668fd3e4a9ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 17:38:42 +0900 Subject: [PATCH] chore: added bg-koreanbots-blue at safelist --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 2b2df2b..a2dde76 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,7 +8,7 @@ module.exports = { './**/*.{ts,tsx}', ], options: { - safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'], + safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500', 'bg-koreanbots-blue'], } }, darkMode: 'class', // or 'media' or 'class'