Skip to content

Commit edf7acd

Browse files
committed
update dependecies, including tailwind v4
1 parent e20d1b3 commit edf7acd

File tree

6 files changed

+539
-1334
lines changed

6 files changed

+539
-1334
lines changed

app/globals.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import 'tailwindcss';
42

53
:root {
64
--background: #ffffff;

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Home() {
1515
<ol className="list-inside list-decimal text-sm text-center sm:text-left font-[family-name:var(--font-geist-mono)]">
1616
<li className="mb-2">
1717
Get started by editing{" "}
18-
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold">
18+
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded-sm font-semibold">
1919
app/page.tsx
2020
</code>
2121
.

0 commit comments

Comments
 (0)