1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09: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

@@ -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>
`) %>