Skip to content

Commit

Permalink
tested a different content resolution scope for tailwind with possibl…
Browse files Browse the repository at this point in the history
…y better performance
  • Loading branch information
CommanderStorm committed Aug 8, 2024
1 parent d2ca006 commit c98d54d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webclient/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { current, green, inherit, orange, red, transparent, white, zinc } from "

export default <Partial<Config>>{
darkMode: "class",
content: ["./**/*.{vue,js,ts,jsx,tsx}"],
content: {
relative: true,
files: ["./app/**/*.{vue}"],
},
theme: {
colors: {
inherit,
Expand Down

0 comments on commit c98d54d

Please sign in to comment.