closes Yohn/PicoCSS/pull/1 and Yohn/PicoCSS/pull/11

This commit is contained in:
Yohn 2024-11-10 09:27:03 -05:00
parent 9617cb1ecf
commit 4825b265c7
5 changed files with 266 additions and 248 deletions

View file

@ -438,10 +438,15 @@
}
}
}
@if map.get($modules, "layout/grid") and $enable-classes {
$helper-previous-tags: $helper-previous-tags + ", .grid";
}
@if map.get($modules, "components/dropdown") and $enable-classes {
$helper-previous-tags: $helper-previous-tags + ", .dropdown";
}
#{$parent-selector} :where(#{$helper-previous-tags}) {
+ small {
display: block;