fixed flex layout, ref 257

This commit is contained in:
zhujun24 2015-09-13 11:32:42 +08:00
parent 8c4d3b0618
commit 515e294000
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
}
.row-flex {
.make-row();
display: flex;
flex-direction: row;
flex-wrap: wrap;

View File

@ -42,7 +42,6 @@
.loop-grid-columns(@index) when (@index > 0) {
.col-@{index} {
width: percentage((@index / @grid-columns));
flex: 0 0 percentage(@index / @grid-columns);
}
.col-push-@{index} {
left: percentage((@index / @grid-columns));