Upgrade to tailwind v4

This commit is contained in:
Simon Martens
2025-01-29 17:58:44 +01:00
parent 611f7a0882
commit 0e8891170e
9 changed files with 564 additions and 1148 deletions

View File

@@ -30,7 +30,7 @@
</head>
<body class="w-full" hx-ext="response-targets" hx-boost="true">
<div class="container flex flex-col min-h-screen max-w-screen-2xl mx-auto">
<div class="container flex flex-col min-h-screen max-w-(--breakpoint-2xl) mx-auto">
<header>
{{ block "_header" . }}
<!-- Default app header... -->