Skip to content

Commit 122a7d7

Browse files
committed
Removing variable initialization
1 parent 8909df2 commit 122a7d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/src/components/row/row.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
// Row
44
// --------------------------------------------------
55
:host {
6-
--ion-grid-gap: 0px;
7-
86
display: flex;
97

108
flex-wrap: wrap;
119

12-
gap: var(--ion-grid-gap);
10+
/**
11+
* @prop --ion-grid-gap: The gap between grid items
12+
*/
13+
gap: var(--ion-grid-gap, 0px);
1314
}

0 commit comments

Comments
 (0)