From f878c45ce47d91926eb9286acefd717ae08121f7 Mon Sep 17 00:00:00 2001 From: Jan Baykara Date: Wed, 31 Jan 2024 18:00:03 +0000 Subject: [PATCH] Fix CSS --- tailwind.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 0a3c52e..9f7d1f8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,8 @@ const { module.exports = { prefix: "tw-", content: [ - "./app/templates/**/*.html", + "./app/**/*.{py,html,js,ts,tsx}", "./frontend/**/*.{html,js,ts,tsx}", - // "./static/**/*.{html,js,ts,tsx}", ], theme: { /*