Skip to content

Commit 357dcc0

Browse files
author
jeongheeyeun
committed
Added usage example
1 parent 641e621 commit 357dcc0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ <h3 class="section-title">How to use</h3>
6060
{% highlight css %}font-family: 'open-arrow', Helvetica, sans-serif;
6161
{% endhighlight %}
6262
</li>
63-
63+
<li>
64+
Use it like this:
65+
{% highlight html %} &#x2192 Use it like this &#x2190
66+
{% endhighlight %}
67+
<div class="preview">&#x2192 Use it like this &#x2190</div>
68+
</li>
6469
</ol>
6570
</section>
6671
<script type="text/javascript">

docs/stylesheets/style.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,10 @@ code.unicode {
183183
border: none;
184184
}
185185

186+
.preview {
187+
margin: 1em 0 0;
188+
padding: 1em 1.5em;
189+
border: 2px dotted $oc-gray-7;
190+
border-radius: 4px;
191+
}
192+

0 commit comments

Comments
 (0)