mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-11 04:51:51 +08:00
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:
@@ -3,4 +3,3 @@ syn match cssFontProp contained "\<flex\(-\(basis\|direction\|flow\|grow\|shrink
|
|||||||
syn keyword cssFontAttr contained flex row wrap
|
syn keyword cssFontAttr contained flex row wrap
|
||||||
syn match cssFontAttr contained "\<inline-flex\>"
|
syn match cssFontAttr contained "\<inline-flex\>"
|
||||||
syn match cssFontAttr contained "\<\(row\|column\|wrap\)-reverse\>"
|
syn match cssFontAttr contained "\<\(row\|column\|wrap\)-reverse\>"
|
||||||
syn match cssFontAttr contained "\<main-size\>"
|
|
||||||
|
|||||||
@@ -222,7 +222,6 @@
|
|||||||
flex: column-reverse;
|
flex: column-reverse;
|
||||||
flex-grow: wrap;
|
flex-grow: wrap;
|
||||||
flex-shrink: wrap-reverse;
|
flex-shrink: wrap-reverse;
|
||||||
flex-basis: main-size;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-loading-3 {
|
.font-loading-3 {
|
||||||
|
|||||||
@@ -251,7 +251,6 @@
|
|||||||
flex: column-reverse;
|
flex: column-reverse;
|
||||||
flex-grow: wrap;
|
flex-grow: wrap;
|
||||||
flex-shrink: wrap-reverse;
|
flex-shrink: wrap-reverse;
|
||||||
flex-basis: main-size;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user