Skip to content

Commit 7d112a1

Browse files
Added support for root-flow
1 parent 3ed9f3d commit 7d112a1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

css/grid.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ body {
5151
display: table;
5252
}
5353

54+
@supports (display: flow-root) {
55+
.row {
56+
display: flow-root;
57+
}
58+
59+
.row::after {
60+
content: none;
61+
}
62+
}
63+
5464
div[class*="col-"] {
5565
float: left;
5666
padding: 0 .75em;
@@ -76,4 +86,4 @@ div[class*="col-"] {
7686
.col-1-8 {
7787
width: 12.5%;
7888
}
79-
}
89+
}

0 commit comments

Comments
 (0)