Skip to content

Commit

Permalink
fix(web): ui package in content[]
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Aug 10, 2023
1 parent 7b5bf2a commit 3420dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default {
presets: [base],
content: [
'./stories/**/*.svelte',
'../../apps/web/src/routes/**/*.svelte', // for using 'apps/web'
'../../apps/web/src/routes/**/*.svelte', // for using 'apps/web'
'../../apps/web/src/lib/**/*.svelte', // for using 'apps/web'
'../../packages/ui/components/**/*.svelte', // for using 'packages/ui'
'../../packages/ui/**/*.svelte', // for using 'packages/ui'
],
};

0 comments on commit 3420dd3

Please sign in to comment.