Skip to content

Commit

Permalink
Emphasize
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 17, 2019
1 parent b7ab86a commit 1813707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/components/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ For example, you can use the SVG as HTML (remember to specify a `width` and `hei
<svg class="booticon booticon-chevron-right" width="24" height="24" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 14l6-6-6-6"/></svg>
{{< /example >}}

You can also use the SVG within your CSS (be sure to escape the `#` to `%23` when specifying hex color values):
You can also use the SVG within your CSS (**be sure to escape any characters**, such as `#` to `%23` when specifying hex color values):

{{< highlight css >}}
.booticon::before {
Expand Down

0 comments on commit 1813707

Please sign in to comment.