From a304b1f74419485ea12c6c86605dc18526b74177 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 18:12:29 +0100 Subject: changes " to ' in uppcss files to work around bug in pp --- http/src/css/hcard.uppcss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'http/src/css/hcard.uppcss') diff --git a/http/src/css/hcard.uppcss b/http/src/css/hcard.uppcss index 78f82b5..7908bc8 100644 --- a/http/src/css/hcard.uppcss +++ b/http/src/css/hcard.uppcss @@ -27,7 +27,7 @@ top: -6rem; /* A content value is needed to get the ::after to render */ - content: ""; + content: ''; } @media (min-width: 36rem) { @@ -37,8 +37,8 @@ grid-template-columns: subgrid; /** Subgrid of main column layout */ grid-template-rows: min-content 1fr; grid-template-areas: - "empty heading" - "photo text"; + 'empty heading' + 'photo text'; column-gap: var(--spacing-block-sm); } -- cgit v1.2.3