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
Revert playground changes
  • Loading branch information
adamwathan committed Nov 22, 2024
commit 9149dbcc8a1181b6b75695089a844e8a6b41c2fb
2 changes: 1 addition & 1 deletion playgrounds/vite/src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function App() {
return (
<div className="m-3 p-3 border">
<h1 className="text-heading3xl">Hello World</h1>
<h1 className="text-blue-500">Hello World</h1>
<div className="-inset-x-full -inset-y-full -space-x-full -space-y-full -inset-full"></div>
</div>
)
Expand Down
7 changes: 0 additions & 7 deletions playgrounds/vite/src/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
@import 'tailwindcss';

@theme {
--text-heading3xl: 2.25rem;
--text-heading3xl--line-height: 3rem;
--text-heading3xl--font-weight: 700;
--text-heading3xl--letter-spacing: -0.08375rem;
}