Follow changes in CR-css-flexbox-1-20160526

See also: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160526/
This commit is contained in:
Kyo Nagashima
2016-05-26 23:51:20 +09:00
parent 75ac3daad7
commit 01e075a338
3 changed files with 0 additions and 3 deletions

View File

@@ -3,4 +3,3 @@ syn match cssFontProp contained "\<flex\(-\(basis\|direction\|flow\|grow\|shrink
syn keyword cssFontAttr contained flex row wrap
syn match cssFontAttr contained "\<inline-flex\>"
syn match cssFontAttr contained "\<\(row\|column\|wrap\)-reverse\>"
syn match cssFontAttr contained "\<main-size\>"

View File

@@ -222,7 +222,6 @@
flex: column-reverse;
flex-grow: wrap;
flex-shrink: wrap-reverse;
flex-basis: main-size;
}
.font-loading-3 {

View File

@@ -251,7 +251,6 @@
flex: column-reverse;
flex-grow: wrap;
flex-shrink: wrap-reverse;
flex-basis: main-size;
}
</style>
<style>