mirror of
https://github.com/picocss/pico.git
synced 2025-12-09 00:03:41 -05:00
Support .grid + small in forms
This commit is contained in:
parent
3809ba3afa
commit
b96dfab168
@ -328,7 +328,13 @@ select {
|
||||
}
|
||||
|
||||
// Helper
|
||||
:where(input, select, textarea) {
|
||||
$inputs: "input, select, textarea";
|
||||
|
||||
@if ($enable-classes and $enable-grid) {
|
||||
$inputs: $inputs + ", .grid";
|
||||
}
|
||||
|
||||
:where(#{$inputs}) {
|
||||
+ small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user