ajout de .flex-row-reverse

This commit is contained in:
Raphael Goetter 2017-08-01 09:23:51 +02:00
parent bddfbb37a3
commit fdd8aa013f
2 changed files with 5 additions and 0 deletions

View file

@ -94,6 +94,10 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-container-v,
.flex-column {
flex-direction: column;