mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 21:09:13 -04:00
Styles reordering for optional custom checkboxes & radios
This commit is contained in:
parent
456539a52e
commit
b37ef21253
12 changed files with 142 additions and 206 deletions
|
@ -43,7 +43,7 @@ $enable-transitions: false;
|
|||
@import "content/button"; // button, a[role=button], type=button, type=submit, ...
|
||||
// @import "content/button-styles"; // .secondary, .contrast, .outline
|
||||
@import "content/form"; // input, select, textarea, label, fieldset, legend
|
||||
@import "content/form-checkbox-radio"; // type=checkbox, type=radio, role=switch
|
||||
// @import "content/form-checkbox-radio"; // type=checkbox, type=radio, role=switch
|
||||
// @import "content/form-alt-input-types"; // type=color, type=date, type=file, type=search, ...
|
||||
@import "content/table"; // table, tr, td, ...
|
||||
// @import "content/code"; // pre, code, ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue