Skip to content

Commit

Permalink
fix: pandacss includes (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy Fumeron <jeremy.fumeron@ubisoft.com>
  • Loading branch information
JFeremy and Jérémy Fumeron committed Sep 23, 2023
1 parent f412d7d commit f10c379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({

// Where to look for your css declarations
include: [
'./src/ui/**/*.{ts,tsx,js,jsx}',
'./src/components/**/*.{ts,tsx,js,jsx}',
'./src/app/**/*.{ts,tsx,js,jsx}',
],
Expand Down

0 comments on commit f10c379

Please sign in to comment.