correction de grid--reverse

This commit is contained in:
Raphael Goetter 2016-11-25 15:47:42 +01:00
parent 8fbca1166b
commit b96c5dc731
5 changed files with 21 additions and 14 deletions

View file

@ -52,7 +52,8 @@ $iefix: 0.01px;
}
// Mono-line grid constructor (.grid)
@media (min-width: ($tiny + 1)) {
.grid {
.grid,
.grid--reverse {
display: flex;
& > * {