Skip to content

Commit

Permalink
chore: remove an unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Apr 20, 2024
1 parent 3349a1e commit 5158583
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/vite-react/panda.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { defineConfig } from '@pandacss/dev';
import { pluginResponsiveVariants } from 'panda-plugin-crv';
import { semanticTokens } from '../fixtures/tokens';

export default defineConfig({
preflight: true,
include: ['./{src,pages,app}/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {
semanticTokens,
breakpoints: {
verybig: '2000px',
},
Expand Down

0 comments on commit 5158583

Please sign in to comment.