1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-03 10:53:31 +02:00

npm run build

This commit is contained in:
Jordan Scales
2020-04-22 12:33:56 -04:00
parent 5d836a4631
commit 9d9129b696
3 changed files with 414 additions and 413 deletions

View File

@@ -91,6 +91,7 @@ button {
box-shadow: inset -1px -1px #0a0a0a,
inset 1px 1px #ffffff, inset -2px -2px #808080,
inset 2px 2px #dfdfdf;
border-radius: 0;
min-width: 75px;
min-height: 23px;

View File

@@ -460,7 +460,7 @@
<details>
<summary>Show code</summary>
<pre><code><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"field-row"</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">label</span> <span class="hljs-attr">for</span>=<span class="hljs-string">"text17"</span>&gt;</span>Occuptation<span class="hljs-tag">&lt;/<span class="hljs-name">label</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">label</span> <span class="hljs-attr">for</span>=<span class="hljs-string">"text17"</span>&gt;</span>Occupation<span class="hljs-tag">&lt;/<span class="hljs-name">label</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">input</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"text17"</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"text"</span> /&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre>
</details>

View File

@@ -346,7 +346,7 @@
<%- example(`
<div class="field-row">
<label for="text${getNewId()}">Occuptation</label>
<label for="text${getNewId()}">Occupation</label>
<input id="text${getCurrentId()}" type="text" />
</div>
`) %>