Skip to content

Commit

Permalink
Update single.html
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jan 12, 2024
1 parent dd21290 commit f531217
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/layouts/icons/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,12 @@ <h2 class="fs-3">Icon font</h2>
{{ $iconCSSDefSnippet := printf `--bi-%s: "\%s";` .File.TranslationBaseName $hexCodepoint -}}
{{- highlight $iconCSSDefSnippet "css" "" }}

<p><small class="text-body-secondary">
<i class="bi bi-lightbulb"></i>
<strong>Tip:</strong> Use on <code>:root</code> to make available on the whole page.
</small></p>
<p>
<small class="text-body-secondary">
<i class="bi bi-lightbulb"></i>
<strong>Tip:</strong> Use on <code>:root</code> to make available on the whole page.
</small>
</p>

<p>Then apply like:</p>

Expand All @@ -166,7 +168,6 @@ <h2 class="fs-3">Icon font</h2>
{{- highlight $iconCSSExampleSnippet "css" "" }}
</details>


<h2 class="fs-3">Copy HTML</h2>
<p>Paste the SVG right into your project's code.</p>

Expand Down

0 comments on commit f531217

Please sign in to comment.