mirror of
https://github.com/picocss/pico.git
synced 2025-06-19 04:35:08 -04:00
Added form validation
This commit is contained in:
parent
359e51ee06
commit
7602474cfd
241 changed files with 17845 additions and 118 deletions
|
@ -33,6 +33,7 @@
|
|||
@use "forms/input-file"; // type="file"
|
||||
@use "forms/input-range"; // type="range"
|
||||
@use "forms/input-search"; // type="search"
|
||||
@use "forms/validation"; // validation for all form elements except select[multiple],select[size], input:not([type="button"], [type="reset"], [type="image"], [type="submit"], [type="checkbox"], [type="radio"]
|
||||
|
||||
// Components
|
||||
@use "components/accordion"; // details, summary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue