changes " to ' in uppcss files to work around bug in pp

This commit is contained in:
2026-06-02 18:12:29 +01:00
parent 94e5dfd091
commit a304b1f744
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -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);
}