Skip to content

Commit eb3951e

Browse files
committed
fix lint
1 parent 38a1b7b commit eb3951e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/components/chip/chip.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@include globals.border-radius(var(--border-radius));
1717
@include globals.typography(globals.$ion-body-sm-medium);
1818

19-
gap: globals.$ion-space-100;
19+
gap: globals.$ion-space-100;
2020

2121
line-height: globals.$ion-font-line-height-full;
2222
}

core/src/components/input/input.native.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import "./input.common";
22
@import "../../themes/native/native.globals";
33

4-
54
// Input: Native
65
// --------------------------------------------------
76

0 commit comments

Comments
 (0)