mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 20:14:48 +08:00
Follow changes in WD-css-align-3-20170215
See also: http://www.w3.org/TR/2017/WD-css-align-3-20170215/
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
|
syn match cssFontProp contained "\<\(justify\|align\|place\)-\(self\|content\|items\)\>"
|
||||||
syn keyword cssFontAttr contained safe unsafe legacy
|
syn keyword cssFontAttr contained safe unsafe legacy
|
||||||
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
|
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
|
||||||
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
|
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
align-self: self-end;
|
align-self: self-end;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
display: space-around;
|
place-self: space-around;
|
||||||
display: space-between;
|
place-content: space-between;
|
||||||
display: space-evenly;
|
place-items: space-evenly;
|
||||||
display: legacy;
|
display: legacy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
align-self: self-end;
|
align-self: self-end;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
display: space-around;
|
place-self: space-around;
|
||||||
display: space-between;
|
place-content: space-between;
|
||||||
display: space-evenly;
|
place-items: space-evenly;
|
||||||
display: legacy;
|
display: legacy;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user