feat: Updates tailwind to 4.*

This commit is contained in:
2025-02-25 12:10:09 -05:00
parent ff4c2476d6
commit 9ba5d5e7e4
7 changed files with 30 additions and 808 deletions

View File

@@ -31,7 +31,7 @@ struct MainPage<Inner: HTML>: SendableHTMLDocument where Inner: Sendable {
var body: some HTML {
main {
div(.class("min-h-screen bg-gradient-to-br from-green-50 to-blue-50")) {
div(.class("min-h-screen bg-linear-to-br from-green-50 to-blue-50")) {
header(.class("header")) {
h1(.class("text-red-600")) { title }
}