mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Update form ID for validation and add new entry to .gitignore
This commit is contained in:
parent
4af8d138c5
commit
74b3d558cb
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -38,3 +38,5 @@ docs/modal.html
|
||||||
|
|
||||||
/.yohn
|
/.yohn
|
||||||
_docs/
|
_docs/
|
||||||
|
|
||||||
|
/zzz
|
|
@ -741,7 +741,7 @@
|
||||||
<!-- /Floating Labels -->
|
<!-- /Floating Labels -->
|
||||||
<hr>
|
<hr>
|
||||||
<!-- Validation -->
|
<!-- Validation -->
|
||||||
<form action="javascript:void(0);" id="validate">
|
<form action="javascript:void(0);" id="validation">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2>Validation</h2>
|
<h2>Validation</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue