sync css and README code sample

This commit is contained in:
Hans Fast 2026-03-02 10:16:03 +01:00
parent 4dd917c116
commit 171222cf86
1 changed files with 4 additions and 5 deletions

View File

@ -47,12 +47,11 @@ h1 {
font-size: var(--titlesize) font-size: var(--titlesize)
} }
/*include layout rules: page-layout-grid-centered-#25ea-a0 PINNED */ /* 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.
/*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. */
PINNED is a reminder not to upgrade to a new version without reviewing first. */
${<lib/page-layout-grid-centered-#26ea-a0.css>} ${<lib/page-layout-grid-centered-#26ea-a0.css>}
/*(the angle brackets are needed because the path contains a #)*/
``` ```
## What about design tokens? ## What about design tokens?