Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 9, 2024
1 parent 42edb4c commit dce2100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/syntax_test_scss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ $icons: ("eye": "\f112", "start": "\f12e", "stop": "\f12f");
}
}

https://sass-lang.com/documentation/at-rules/control/each/#destructuring
// https://sass-lang.com/documentation/at-rules/control/each/#destructuring
$icons:
"eye" "\f112" 12px,
"start" "\f12e" 16px,
Expand Down

0 comments on commit dce2100

Please sign in to comment.