Skip to content

Commit f1a3b9d

Browse files
committed
update _grid, remove from iterator inheritans height
1 parent 1337c87 commit f1a3b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pss/layout/_grid.pss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
padding-top: calc(var(--grid-gutter) / 2);
1818
padding-bottom: calc(var(--grid-gutter) / 2);
1919
}
20-
20+
* { height: inherit; }
2121
@for $i from 1 to var(--grid-row-count) {
22-
* { height: inherit; }
22+
2323
.sl-container-row-$i {
2424
height: calc(var(--grid-row-height) * $i)px;
2525

0 commit comments

Comments
 (0)