fix: <small> tag style under a dropdown

This commit is contained in:
Johann Pardanaud 2024-08-13 14:22:39 +02:00
parent 6dc6489e69
commit a2114c0393
81 changed files with 164 additions and 160 deletions

View file

@ -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 {