From ecf85422b84a2c5eff36870b94328ffbc9444f7b Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 22 Aug 2024 13:48:35 +0100 Subject: [PATCH] Remove packages from tailwind watch paths --- apps/webapp/tailwind.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/webapp/tailwind.config.js b/apps/webapp/tailwind.config.js index 5f387a4c9..15a38dd80 100644 --- a/apps/webapp/tailwind.config.js +++ b/apps/webapp/tailwind.config.js @@ -154,11 +154,7 @@ const radius = "0.5rem"; /** @type {import('tailwindcss').Config} */ module.exports = { - content: [ - "./app/**/*.{ts,jsx,tsx}", - // include packages if not transpiling - "../../packages/**/*.{ts,tsx}", - ], + content: ["./app/**/*.{ts,jsx,tsx}"], theme: { container: { center: true,