mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
fix: <small>
tag style under a dropdown
This commit is contained in:
parent
6dc6489e69
commit
a2114c0393
81 changed files with 164 additions and 160 deletions
|
@ -438,9 +438,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue