From 1e8154f8d865f8c9cef346de3b7f1cbc4554b591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 11 Jan 2021 21:08:06 +0900 Subject: [PATCH] chore: optimizing tailwind by purging css --- tailwind.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 01794ad..9e0c23c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,7 +3,9 @@ module.exports = { removeDeprecatedGapUtilities: true, purgeLayersByDefault: true, }, - purge: [], + purge: [ + './**/*.{ts,tsx}', + ], darkMode: 'class', // or 'media' or 'class' theme: { extend: {