提交 8d6b3be2 编写于 作者: 偏右

Merge pull request #275 from zhujun24/master

fixed flex layout, ref 257
......@@ -26,7 +26,6 @@
}
.row-flex {
.make-row();
display: flex;
flex-direction: row;
flex-wrap: wrap;
......
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册