mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Fix styleguide label regression (#16379)
Introduced in c92e62a271
, it output all
styleguide example labels as CSS custom properties.
This commit is contained in:
parent
fe689115d4
commit
ddafa42b7e
2 changed files with 2 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
||||||
<div class="color-bg {{color}}"></div>
|
<div class="color-bg {{color}}"></div>
|
||||||
<div class="color-name">{{color}}</div>
|
<div class="color-name">var(--{{color}})</div>
|
||||||
|
|
|
@ -1,8 +1,2 @@
|
||||||
<div class="example-title">
|
<div class="example-title">{{title}}</div>
|
||||||
<h3 class="example-title-text">{{title}}</h3>
|
|
||||||
<span class="example-title-use-case">
|
|
||||||
Example:
|
|
||||||
</span>
|
|
||||||
<span class="example-title-use-case">var(--{{title}})</span>
|
|
||||||
</div>
|
|
||||||
<section class="rendered">{{yield this.value}}</section>
|
<section class="rendered">{{yield this.value}}</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue