Skip to content

Commit

Permalink
Tailwind v4 (#12)
Browse files Browse the repository at this point in the history
* upgrade to tailwind v4

* update order

* hide hidden files/directory ( starts with `_` ) also in siblings and section grid

* fix lint issues
  • Loading branch information
noxify authored Jan 23, 2025
1 parent 5a15d1a commit d9a425a
Show file tree
Hide file tree
Showing 37 changed files with 7,109 additions and 3,845 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
<head />
<body
className={cn(
"min-h-screen bg-background font-sans antialiased",
"bg-background min-h-screen font-sans antialiased",
fontSans.variable,
)}
>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@eslint/compat": "1.2.5",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@next/eslint-plugin-next": "15.1.6",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "0.5.16",
"@types/mdx": "2.0.13",
"@types/node": "22.10.7",
Expand All @@ -87,7 +88,7 @@
"serve-handler": "6.1.6",
"shadcn": "2.1.8",
"source-map-support": "0.5.21",
"tailwindcss": "3.4.17",
"tailwindcss": "4.0.0",
"tsx": "4.19.2",
"type-fest": "4.33.0",
"typescript": "5.7.3",
Expand Down
Loading

0 comments on commit d9a425a

Please sign in to comment.