Skip to content

Commit dacbf93

Browse files
committed
Minor syntax correction
1 parent b6c0837 commit dacbf93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scss/_colors-functions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$color-name: quote($color-name);
3131

3232
// Get Key if Map Has Key
33-
@if map-has_key($map,$color-name) {
33+
@if map-has-key($map,$color-name) {
3434
@return map-get($map,$color-name);
3535
} @else {
3636
$type: _identify-color-map($map);

0 commit comments

Comments
 (0)