feat: convert to css, use new tailwind config, fix class detection

This commit is contained in:
2025-12-07 00:28:22 +01:00
parent fe0256c51f
commit 7fcdba274d
6 changed files with 3 additions and 397 deletions

2
src/app.css Normal file
View File

@@ -0,0 +1,2 @@
@import "tailwindcss";
@source "./";

View File

@@ -1 +0,0 @@
@use "tailwindcss";

View File

@@ -5,7 +5,7 @@
<title>hi there!</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./app.scss" rel="stylesheet" />
<link href="./app.css" rel="stylesheet" />
</head>
<body class="h-screen bg-gray-50">