From 171222cf86a9feb198539adff881d34f8ff053dd Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Mon, 2 Mar 2026 10:16:03 +0100 Subject: [PATCH] sync css and README code sample --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 252111d..ab42bdb 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,11 @@ h1 { font-size: var(--titlesize) } -/*include layout rules: page-layout-grid-centered-#25ea-a0 PINNED */ -/*(the angle brackets are needed because the path contains a #)*/ -/*the #VERSION_NUMBER indicates which of the variants in the library is being used. - PINNED is a reminder not to upgrade to a new version without reviewing first. */ +/* include layout rules: page-layout-grid-centered-#25ea-a0 PINNED + * the #VERSION_NUMBER indicates which of the variants in the library is being used. + * PINNED is a reminder not to upgrade to a new version without reviewing first. */ ${} - +/*(the angle brackets are needed because the path contains a #)*/ ``` ## What about design tokens?