Skip to content

Commit

Permalink
fix(ui): fix tailwind.config.js content paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Jun 14, 2024
1 parent cc22026 commit 73de799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = function (app: string) {
"./stories/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
`../../apps/${app}/src/**/*.{ts,tsx}`
`../../apps/${app}/src/**/*.{ts,tsx}`,
"../../packages/ui/**/*.{ts,tsx,html,stories.tsx}"
],
theme: {
container: {
Expand Down

0 comments on commit 73de799

Please sign in to comment.