Skip to content

Commit

Permalink
fix(css): Remove invalid CSS comment (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal committed Mar 3, 2023
1 parent f32a584 commit 6401fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live-examples/css-examples/lists/list-style-type.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>

<div class="example-choice">
<pre><code class="language-css">list-style-type: "\1F44D"; // thumbs up sign</code></pre>
<pre><code class="language-css">list-style-type: "\1F44D";</code></pre>
<button type="button" class="copy hidden" aria-hidden="true">
<span class="visually-hidden">Copy to Clipboard</span>
</button>
Expand Down

0 comments on commit 6401fe6

Please sign in to comment.