Skip to content

Commit 5e1d053

Browse files
committed
interpolate scss variable in calc
1 parent fb35550 commit 5e1d053

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)