We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e08a11 commit 71b5215Copy full SHA for 71b5215
examples/src/components/Page/Page.scss
@@ -34,7 +34,7 @@ body {
34
35
&::before {
36
top: 0;
37
- box-shadow: 0 #{- (get-spacing(fattest))} 0 get-spacing(fattest) get-color(coal, dark);
+ box-shadow: 0 -#{get-spacing(fattest)} 0 get-spacing(fattest) get-color(coal, dark);
38
}
39
40
&::after {
examples/src/components/PillSwitch/props.scss
@@ -26,9 +26,7 @@ $pill-switch-data: (
26
tablet: $pill-switch-control-size-tablet,
27
),
28
track-width: (
29
- base: (
30
- $pill-switch-control-size * 2,
31
- ) + $pill-switch-radius,
+ base: $pill-switch-control-size * 2 + $pill-switch-radius,
32
tablet: $pill-switch-control-size-tablet * 2,
33
);
0 commit comments