Skip to content

Commit 66ec9e4

Browse files
committed
fix: change single to double quotes
1 parent 1679f85 commit 66ec9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mixins/_elevation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin add-elevation($level, $direction: false) {
22
border: 0;
33
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
4-
box-shadow: str-replace(unquote(map-get($elevations, $level)), 'var(--elevation-base-color)', $elevation-base-color);
4+
box-shadow: str-replace(unquote(map-get($elevations, $level)), "var(--elevation-base-color)", $elevation-base-color);
55
}
66
box-shadow: unquote(map-get($elevations, $level));
77

0 commit comments

Comments
 (0)