From e18e5ca41c7768d6c4c4d00c9511bb7a5d49decd Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Tue, 3 Dec 2024 19:54:23 +0530 Subject: [PATCH] IDK --- tailwind.config.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index f75d088..d21f1cd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,11 +1,8 @@ /** @type {import('tailwindcss').Config} */ -module.exports = { - content: [ - './src/**/*.{js,ts,jsx,tsx}', - // Add paths to other files that use Tailwind - ], +export default { + content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { extend: {}, }, plugins: [], -} +};