Improvement in no-wrap to use existing mixin

This commit is contained in:
Sid Ferreira
2014-09-10 10:10:36 -03:00
parent b1f94da27e
commit 0b5bce2eee

View File

@@ -15,7 +15,7 @@
}
.row-wrap {
flex-wrap: wrap;
@include flex-wrap(wrap);
}
.row + .row {