We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e5810 commit 84d5094Copy full SHA for 84d5094
src/scss/02-tools/_m-hover.scss
@@ -8,10 +8,10 @@
8
$selectors: "&:hover", "&:active", "&:focus";
9
10
@if ($additionalSelectors) {
11
- @if (type-of($additional-selectors) == "string") {
+ @if (type-of($additionalSelectors) == "string") {
12
$selectors: $selectors "," $additionalSelectors;
13
}
14
- @else if (type-of($additional-selectors) == "list") {
+ @else if (type-of($additionalSelectors) == "list") {
15
$selectors: list.join($selectors, $additionalSelectors, comma);
16
17
0 commit comments