sync css and README code sample
This commit is contained in:
parent
4dd917c116
commit
171222cf86
|
|
@ -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?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue