Skip to content

Commit 25accd9

Browse files
committed
[css-variables] Markup typo
1 parent 041645c commit 25accd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-variables/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ <h2 id=using-variables><span class=secno>3. </span> Using Cascading
589589
can supply defaults, so the app author only needs to supply values for
590590
the variables they wish to override.
591591

592-
<pre class=example>/* In the component's style: */
592+
<pre>/* In the component's style: */
593593
.component .header {
594594
color: var(header-color, blue);
595595
}

css-variables/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h2 id='using-variables'>
370370
With fallback, the component author can supply defaults,
371371
so the app author only needs to supply values for the variables they wish to override.
372372

373-
<pre class='example'>
373+
<pre>
374374
/* In the component's style: */
375375
.component .header {
376376
color: var(header-color, blue);

0 commit comments

Comments
 (0)