Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h3 class="docs-page__h3">Hollow style</h3>
<div class="docs-page__window-content">
<div class="docs-page__code-example">
<div>
<span class="label">default label</span>
<span class="label label--hollow">default label</span>
<span class="label label--primary label--hollow">primary label</span>
<span class="label label--success label--hollow">success label</span>
<span class="label label--yellow2 label--hollow">Color label</span>
Expand All @@ -257,7 +257,7 @@ <h3 class="docs-page__h3">Hollow style</h3>
</div>
<div class="docs-page__code-markup">
<pre class="prettyprint lang-html linenums">
<span class="label">default label</span>
<span class="label label--hollow">default label</span>
<span class="label label--primary label--hollow">primary label</span>
<span class="label label--success label--hollow">success label</span>
<span class="label label--yellow2 label--hollow">Color label</span>
Expand Down