Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert playground changes
  • Loading branch information
philipp-spiess committed Feb 3, 2025
commit 736439aa53e547933b8a6d4273a21236fd8fc652
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';