Skip to content

Commit

Permalink
chore: remove unneeded radix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 12, 2024
1 parent a82457d commit 6808536
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
2 changes: 0 additions & 2 deletions theme/global/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineGlobalStyles } from '@pandacss/dev';
import { fullPageStyles } from './full-page-styles';
import { popupCenterStyles } from './popup-center-styles';
import { popupStyles } from './popup-styles';
import { radixStyles } from './radix-styles';
import { tippyStyles } from './tippy-styles';

// ts-unused-exports:disable-next-line
Expand All @@ -28,5 +27,4 @@ export const globalCss = defineGlobalStyles({
...popupStyles,
...popupCenterStyles,
...tippyStyles,
...radixStyles,
});
84 changes: 0 additions & 84 deletions theme/global/radix-styles.ts

This file was deleted.

0 comments on commit 6808536

Please sign in to comment.