Skip to content

Commit 4db25bf

Browse files
Fixing lint issue
1 parent 6004d45 commit 4db25bf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

core/src/components/range/range.ionic.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use "../../themes/ionic/ionic.globals.scss" as globals;
2-
32
@import "./range.common";
43
@import "../../foundations/ionic.vars";
54

@@ -110,12 +109,7 @@
110109

111110
.range-pin {
112111
@include transform(translate3d(0, 100%, 0), scale(0.01));
113-
@include padding(
114-
$ion-space-200,
115-
$ion-space-200,
116-
$ion-space-200,
117-
$ion-space-200
118-
);
112+
@include padding($ion-space-200, $ion-space-200, $ion-space-200, $ion-space-200);
119113

120114
min-width: 28px;
121115

0 commit comments

Comments
 (0)