mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user