From 63977cc24a4ae61b51e5489581f5f84c0158953f Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Fri, 18 Feb 2022 17:41:22 -0600 Subject: [PATCH] fix: tailwindcss to support tsx --- web/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 1a1775327..e4ecad73c 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -1,5 +1,5 @@ module.exports = { - purge: ['./public/**/*.html', './src/**/*.jsx'], + purge: ['./public/**/*.html', './src/**/*.jsx', './src/**/*.tsx'], darkMode: 'class', theme: { extend: {