Skip to content

Commit

Permalink
Accept Tailwind classes from theme.config.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Nov 25, 2024
1 parent 871486f commit 0dcaa6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const config: Config = {
},
},
},
content: [...theGuildTailwindConfig.content, './theme.config.tsx'],
};

export default config;

0 comments on commit 0dcaa6b

Please sign in to comment.