feat: update tailwindcss to v4

This commit is contained in:
st1020 2025-05-22 21:03:59 +08:00
parent 7b9affd848
commit 9bd80c84cc
15 changed files with 2392 additions and 2790 deletions

View file

@ -5,12 +5,12 @@
{% include "injects/page_start.html" ignore missing %}
<header class="mb-16">
<h1 class="!my-0 pb-2.5">{{ page.title }}</h1>
<h1 class="my-0! pb-2.5">{{ page.title }}</h1>
{% include "partials/page_info.html" %}
</header>
{% if page.extra.cover.image %}<!---->
<figure class="mb-12 mt-0">
<figure class="mt-0 mb-12">
<img
class="h-auto w-full rounded-lg"
src="{{ get_url(path=page.extra.cover.image) }}"