fix pour --reverse

This commit is contained in:
Raphael Goetter 2016-11-26 21:20:32 +01:00
parent b96c5dc731
commit 725124d380
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -104,7 +104,7 @@ $iefix: 0.01px;
order: 1;
}
[class*="--reverse"] {
[class*="grid-"][class*="--reverse"] {
flex-direction: row-reverse;
}
// sizing individual children

View File

@ -1813,7 +1813,7 @@ ul.unstyled {
-ms-flex-order: 1;
order: 1; }
[class*="--reverse"] {
[class*="grid-"][class*="--reverse"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;

File diff suppressed because one or more lines are too long

View File

@ -94,7 +94,7 @@ $iefix: 0.01px;
order: 1;
}
[class*="--reverse"] {
[class*="grid-"][class*="--reverse"] {
flex-direction: row-reverse;
}
// sizing individual children