File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments