diff --git a/app/globals.css b/app/globals.css index 85b5a48..b6eb2d6 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,9 +1,19 @@ @import "tailwindcss"; @import "flag-icons/css/flag-icons.min.css"; -@source "../app/**/*.{ts,tsx}"; -@source "../components/**/*.{ts,tsx}"; -@source "../lib/**/*.{ts,tsx}"; +@source "*.{ts,tsx}"; +@source "../app/groups/*.{ts,tsx}"; +@source "../app/history/*.{ts,tsx}"; +@source "../app/players/[name]/*.{ts,tsx}"; +@source "../app/search/*.{ts,tsx}"; +@source "../app/stats/*.{ts,tsx}"; +@source "../app/teams/[slug]/*.{ts,tsx}"; +@source "../app/tournaments/[year]/*.{ts,tsx}"; +@source "../components/*.{ts,tsx}"; +@source "../lib/*.{ts,tsx}"; +@source "../lib/db/*.{ts,tsx}"; +@source "../lib/graphql/*.{ts,tsx}"; +@source "../lib/graphql/resolvers/*.{ts,tsx}"; @theme inline { --color-bg: #040d08;