Merge pull request #275 from zhujun24/master

fixed flex layout, ref 257
This commit is contained in:
偏右 2015-09-14 00:02:18 +08:00
commit 8d6b3be20f
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));