Skip to content

Commit

Permalink
Revert playground changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Feb 3, 2025
1 parent aead986 commit 736439a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion playgrounds/vite/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export function App() {
return (
<div className="m-3 p-3 border">
<h1 className="text-blue-500">Hello World</h1>
<div className="h-[var(--\_root-size)] text-[calc(0.2*var(--\_root-size))] [--Chip-decoratorChildHeight:calc(var(--\_Chip-minHeight)-0.25rem-2*var(--variant-borderWidth))] [--LinearProgress-progressRadius:max(var(--LinearProgress-radius)-var(--\_LinearProgress-padding),min(var(--\_LinearProgress-padding)/2,var(--LinearProgress-radius)/2))]"></div>
</div>
)
}
3 changes: 1 addition & 2 deletions playgrounds/vite/src/index.css
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@reference 'tailwindcss/theme.css';
@import 'tailwindcss/utilities.css';
@import 'tailwindcss';

0 comments on commit 736439a

Please sign in to comment.