Skip to content

Commit 95431df

Browse files
committed
Moving the CSS variable to the host
1 parent 72a271b commit 95431df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

core/src/components/row/row.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
// Row
44
// --------------------------------------------------
5-
:root {
5+
:host {
66
--ion-col-gap: 0px;
7-
}
87

9-
:host {
108
display: flex;
119

1210
flex-wrap: wrap;

0 commit comments

Comments
 (0)