Skip to content

Commit

Permalink
perf(www): use a more specific pattern in tailwind.config
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipeutaka committed Aug 16, 2024
1 parent 9a7eb4a commit df57a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fontFamily } from "tailwindcss/defaultTheme";
export default {
content: [
"./src/**/*.{md,mdx,ts,tsx}",
"../../packages/components/**/src/*.tsx",
"../../packages/components/{demos,ui}/src/*.tsx",
],
darkMode: "class",
theme: {
Expand Down

0 comments on commit df57a1b

Please sign in to comment.