We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641e621 commit 357dcc0Copy full SHA for 357dcc0
docs/index.html
@@ -60,7 +60,12 @@ <h3 class="section-title">How to use</h3>
60
{% highlight css %}font-family: 'open-arrow', Helvetica, sans-serif;
61
{% endhighlight %}
62
</li>
63
-
+ <li>
64
+ Use it like this:
65
+ {% highlight html %} → Use it like this ←
66
+{% endhighlight %}
67
+ <div class="preview">→ Use it like this ←</div>
68
+ </li>
69
</ol>
70
</section>
71
<script type="text/javascript">
docs/stylesheets/style.scss
@@ -183,3 +183,10 @@ code.unicode {
183
border: none;
184
}
185
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