Skip to content

Commit 84d5094

Browse files
committed
fix : typo
1 parent 82e5810 commit 84d5094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/02-tools/_m-hover.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
$selectors: "&:hover", "&:active", "&:focus";
99

1010
@if ($additionalSelectors) {
11-
@if (type-of($additional-selectors) == "string") {
11+
@if (type-of($additionalSelectors) == "string") {
1212
$selectors: $selectors "," $additionalSelectors;
1313
}
14-
@else if (type-of($additional-selectors) == "list") {
14+
@else if (type-of($additionalSelectors) == "list") {
1515
$selectors: list.join($selectors, $additionalSelectors, comma);
1616
}
1717
}

0 commit comments

Comments
 (0)