mirror of
https://github.com/picocss/pico
synced 2025-11-02 05:08:01 +00:00
Merge pull request #271 from cmbuckley/dev
Support .grid + small in forms
This commit is contained in:
commit
010dc5594d
@ -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