From f894e3af9146e74cb391711babad835682c815c9 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 2 Jan 2024 12:39:19 -0500 Subject: [PATCH] Update reset.css --- reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reset.css b/reset.css index 453306f..2bf6c0e 100644 --- a/reset.css +++ b/reset.css @@ -25,7 +25,7 @@ html { text-indent: calc((var(--baseSize) / 2) * -1); // Negative indent for use where hanging-punctuation is unsupported } -@​supports (hanging-punctuation: first) { +@supports (hanging-punctuation: first) { html { text-indent: 0; hanging-punctuation: first last; // Although "last" isn't handled by an indentation if unsupported, we'll just try our luck here