mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
closes Yohn/PicoCSS/pull/1 and Yohn/PicoCSS/pull/11
This commit is contained in:
parent
9617cb1ecf
commit
4825b265c7
5 changed files with 266 additions and 248 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue