From 55aed51f07b668532072c37bd65a49448d1bb6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Mon, 7 Oct 2024 15:39:57 +0200 Subject: [PATCH] tailwindcss: points correctly to content --- client/tailwind.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/tailwind.config.ts b/client/tailwind.config.ts index d43da912..3d6668de 100644 --- a/client/tailwind.config.ts +++ b/client/tailwind.config.ts @@ -1,11 +1,7 @@ import type { Config } from "tailwindcss"; const config: Config = { - content: [ - "./pages/**/*.{js,ts,jsx,tsx,mdx}", - "./components/**/*.{js,ts,jsx,tsx,mdx}", - "./app/**/*.{js,ts,jsx,tsx,mdx}", - ], + content: ["./src/**/*.{ts,tsx}"], theme: { extend: { colors: {