Skip to content

Commit

Permalink
chore: minimize panda.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Nov 19, 2024
1 parent d82a7ea commit 610912d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
20 changes: 0 additions & 20 deletions boilerplates/react/panda.config.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
import { defineConfig } from "@pandacss/dev";

export default defineConfig({
// Whether to use css reset
preflight: true,

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

// Files to exclude
exclude: [],

// Useful for theme customization
theme: {
extend: {},
},

// The output directory for your css system
outdir: "files/styled-system",
});
20 changes: 0 additions & 20 deletions boilerplates/solid/panda.config.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
import { defineConfig } from "@pandacss/dev";

export default defineConfig({
// Whether to use css reset
preflight: true,

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

// Files to exclude
exclude: [],

// Useful for theme customization
theme: {
extend: {},
},

// The output directory for your css system
outdir: "files/styled-system",
});
20 changes: 0 additions & 20 deletions boilerplates/vue/panda.config.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
import { defineConfig } from "@pandacss/dev";

export default defineConfig({
// Whether to use css reset
preflight: true,

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

// Files to exclude
exclude: [],

// Useful for theme customization
theme: {
extend: {},
},

// The output directory for your css system
outdir: "files/styled-system",
});

0 comments on commit 610912d

Please sign in to comment.