Skip to content

Commit a22f466

Browse files
authored
Merge pull request #815 from ankoh/master
Interpolate scss variable in calc()
2 parents fb35550 + 5e1d053 commit a22f466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/widgets/_colorpicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $colorpicker-width: 185px;
9999
.fold .fold {
100100
.colorpicker__container {
101101
width: calc(
102-
$colorpicker-width - var(--spacing-half-unit) - var(--spacing-half-unit)
102+
#{$colorpicker-width} - var(--spacing-half-unit) - var(--spacing-half-unit)
103103
);
104104
}
105105
}

0 commit comments

Comments
 (0)