Skip to content

Commit 224907e

Browse files
committed
fix lint
1 parent cf83ef9 commit 224907e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/css/display.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
// Position
5252
// --------------------------------------------------
5353
.ion-position-absolute {
54-
position:absolute !important;
54+
position: absolute !important;
5555
}
5656

5757
.ion-position-relative {
58-
position:relative !important;
59-
}
58+
position: relative !important;
59+
}

core/src/css/flex-utils.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@
117117
// --------------------------------------------------
118118
.ion-flex-1 {
119119
flex: 1 !important;
120-
}
120+
}

0 commit comments

Comments
 (0)