Skip to content

Commit fbcd00a

Browse files
committed
Merge pull request #2175 from SidFerreira/patch-2
use no-wrap flexbox mixin
2 parents b1f94da + 0b5bce2 commit fbcd00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_grid.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.row-wrap {
18-
flex-wrap: wrap;
18+
@include flex-wrap(wrap);
1919
}
2020

2121
.row + .row {

0 commit comments

Comments
 (0)