From 46a577624c93debea136a6a45576570326d39913 Mon Sep 17 00:00:00 2001 From: Niraj Modi <108391974+TheCodeVenturer@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:26:16 +0530 Subject: [PATCH] Update tailwind.config.js --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 1ec9c51..a695858 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,7 +2,7 @@ module.exports = { content: [ "./index.html", - "./src/**/*.{js,ts,jsx,tsx}", + "./src/**/*.{js,jsx}", ], theme: { extend: {},