Skip to content

Commit

Permalink
chore: upgrade tailwindcss to v3.4.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahmiidris authored Dec 20, 2023
1 parent 934745b commit 438f65a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nextjs-app-dir-template",
"description": "Next.js app directory template, built with Next.js (TypeScript) and Tailwind CSS.",
"version": "0.2.0",
"version": "0.4.0",
"license": "MIT",
"private": false,
"author": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"postcss-import": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.2"
},
"browserslist": [
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/app/(marketing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as React from 'react';

export default function Page() {
return (
<div className="container relative flex min-h-screen items-center justify-center text-center">
Insanity is doing the same thing over and over again and expecting different results.
<div className="container relative flex min-h-dvh flex-col items-center justify-center text-center">
<p>Insanity is doing the same thing over and over again and expecting different results.</p>
</div>
);
}

0 comments on commit 438f65a

Please sign in to comment.