Skip to content

Commit

Permalink
feat(pandacss-sandbox): set minify option true
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiKiyokawa committed Jul 17, 2023
1 parent 49df89c commit 43afe56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandacss-sandbox/panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export default defineConfig({
// Whether to use css reset
preflight: true,

minify: true,

// Where to look for your css declarations
include: ["./{app,components}/**/*.{js,jsx,ts,tsx}"],

Expand Down

0 comments on commit 43afe56

Please sign in to comment.