[Frontend] WIP Style Guide

Fixes #1233
Adds to text inputs content;
Mods to MCTExample to allow a padded
wrapper around <pre> element;
Fixed snow theme css file reference;
This commit is contained in:
Charles Hacskaylo
2017-01-31 17:21:22 -08:00
parent 3c81398865
commit 7543faa577
7 changed files with 36 additions and 28 deletions

View File

@@ -1,6 +1,8 @@
<div class="col">
<h3>Markup</h3>
<pre><code></code></pre>
<h3>Example</h3>
<div></div>
<h3>Markup</h3>
<span class="w-markup">
<pre></pre>
</span>
<h3>Example</h3>
<div></div>
</div>