DEV: Fix styleguide label regression (#16379)

Introduced in c92e62a271, it output all
styleguide example labels as CSS custom properties.
This commit is contained in:
Penar Musaraj 2022-04-05 12:16:18 -04:00 committed by GitHub
parent fe689115d4
commit ddafa42b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -1,2 +1,2 @@
<div class="color-bg {{color}}"></div>
<div class="color-name">{{color}}</div>
<div class="color-name">var(--{{color}})</div>

View File

@ -1,8 +1,2 @@
<div class="example-title">
<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>
<div class="example-title">{{title}}</div>
<section class="rendered">{{yield this.value}}</section>