Follow WD-css-flexbox-1-20140325

See also: http://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/

This change is for spec name change.
This commit is contained in:
Kyo Nagashima
2014-03-26 07:41:06 +09:00
parent d2ce7482ad
commit 4da6a699ff
4 changed files with 15 additions and 15 deletions

View File

@@ -121,14 +121,14 @@
}
.flexbox {
order: flex;
flex: row;
flex-basis: wrap;
flex-direction: inline-flex;
flex-flow: row-reverse;
flex-grow: column-reverse;
flex-direction: flex;
flex-wrap: inline-flex;
flex-flow: row;
order: row-reverse;
flex: column-reverse;
flex-grow: wrap;
flex-shrink: wrap-reverse;
flex-wrap: auto;
flex-basis: auto;
}
.fonts {