mirror of
https://github.com/jdan/98.css.git
synced 2025-09-03 02:42:48 +02:00
npm run build
This commit is contained in:
@@ -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;
|
||||
|
@@ -460,7 +460,7 @@
|
||||
<details>
|
||||
<summary>Show code</summary>
|
||||
<pre><code><span class="hljs-tag"><<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"field-row"</span>></span>
|
||||
<span class="hljs-tag"><<span class="hljs-name">label</span> <span class="hljs-attr">for</span>=<span class="hljs-string">"text17"</span>></span>Occuptation<span class="hljs-tag"></<span class="hljs-name">label</span>></span>
|
||||
<span class="hljs-tag"><<span class="hljs-name">label</span> <span class="hljs-attr">for</span>=<span class="hljs-string">"text17"</span>></span>Occupation<span class="hljs-tag"></<span class="hljs-name">label</span>></span>
|
||||
<span class="hljs-tag"><<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> /></span>
|
||||
<span class="hljs-tag"></<span class="hljs-name">div</span>></span></code></pre>
|
||||
</details>
|
||||
|
@@ -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>
|
||||
`) %>
|
||||
|
Reference in New Issue
Block a user