mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-10 16:47:53 +00:00
feat: convert to css, use new tailwind config, fix class detection
This commit is contained in:
2
src/app.css
Normal file
2
src/app.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "tailwindcss";
|
||||
@source "./";
|
||||
@@ -1 +0,0 @@
|
||||
@use "tailwindcss";
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user