chore: upgrade tailwind

This commit is contained in:
2025-09-03 10:45:13 +03:00
parent 352df2e208
commit 1963c965a7
4 changed files with 3195 additions and 3420 deletions

6583
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,6 +36,6 @@
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^16.0.0",
"tailwindcss": "^3.3.5"
"tailwindcss": "^4.1.12"
}
}

View File

@@ -1,3 +1 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";

View File

@@ -1,16 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<title>hi there!</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="app.css" rel="stylesheet" />
<script src="app.js"></script>
</head>
<body class="h-screen bg-gray-50">
<div class="flex items-center justify-between h-screen px-8 py-16 mx-auto min-w-max max-w-7xl">
<h1 class="text-3xl font-extrabold tracking-tight text-gray-900">hi there!</h1>
</div>
</body>
<head>
<title>hi there!</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="app.css" rel="stylesheet" />
<script src="app.js"></script>
</head>
<body class="h-screen bg-gray-50">
<div class="flex items-center justify-between h-screen px-8 py-16 mx-auto min-w-max max-w-7xl">
<h1 class="text-3xl font-extrabold tracking-tight text-gray-900">hi there!</h1>
</div>
</body>
</html>