mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
parent
a7567cc8b3
commit
021899557b
6 changed files with 13 additions and 9 deletions
|
@ -2,6 +2,8 @@
|
|||
@use "../settings" as *;
|
||||
|
||||
@if map.get($modules, "forms/basics") {
|
||||
// Helper
|
||||
$helper-previous-tags: "input, select, textarea";
|
||||
/**
|
||||
* Basics form elements
|
||||
*/
|
||||
|
@ -408,9 +410,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@if map.get($modules, "layout/grid") and $enable-classes {
|
||||
$helper-previous-tags: $helper-previous-tags + ", .grid";
|
||||
}
|
||||
|
||||
// Helper
|
||||
:where(input, select, textarea) {
|
||||
:where(#{$helper-previous-tags}) {
|
||||
+ small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue