From 69ab72346c1e7111ec78b8b25877aa6aade93021 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 25 Nov 2025 15:36:06 +0100 Subject: [PATCH] STYLE fix heading hierarchy class syntax for improved CSS readability --- resources/css/blocks/heading.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/heading.css b/resources/css/blocks/heading.css index 4f99d07..f561658 100644 --- a/resources/css/blocks/heading.css +++ b/resources/css/blocks/heading.css @@ -48,7 +48,7 @@ } &--hierarchy-classic { @apply text-white; - ≈ h1, + h1, h2, h3, h4,