chore: update deps and plugins

This commit is contained in:
2026-03-26 09:33:29 -04:00
parent 3b72a16f86
commit f9ebc3ce54
8 changed files with 1049 additions and 1017 deletions

View File

@@ -3,16 +3,16 @@
@apply font-bold tracking-tight;
}
@utility heading-1 {
@apply heading-base text-4xl;
@apply text-4xl heading-base;
}
@utility heading-2 {
@apply heading-base text-3xl;
@apply text-3xl heading-base;
}
@utility heading-3 {
@apply heading-base text-2xl;
@apply text-2xl heading-base;
}
@utility heading-4 {
@apply heading-base text-xl;
@apply text-xl heading-base;
}
/* Paragraph styles */

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import type { NodePageFragment } from "#graphql/types";
defineProps<{ node: NodePageFragment }>();
</script>