mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
follow WD-css3-align-20130514
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
" TODO: create cssAlignProp group and cssAlignAttr group
|
" TODO: create cssAlignProp group and cssAlignAttr group
|
||||||
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
|
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
|
||||||
syn keyword cssFontAttr contained head foot true
|
syn keyword cssFontAttr contained safe true
|
||||||
syn match cssFontAttr contained "\<flex-\(start\|end\)\>"
|
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
|
||||||
syn match cssFontAttr contained "\<space-\(between\|around\)\>"
|
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
.align {
|
.align {
|
||||||
justify-self: head;
|
justify-self: safe;
|
||||||
justify-content: foot;
|
justify-content: true;
|
||||||
justify-items: true;
|
justify-items: self-start;
|
||||||
align-self: flex-start;
|
align-self: self-end;
|
||||||
align-content: flex-end;
|
align-content: flex-start;
|
||||||
align-items: space-between;
|
align-items: flex-end;
|
||||||
display: space-around;
|
display: space-around;
|
||||||
|
display: space-between;
|
||||||
|
display: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animations {
|
.animations {
|
||||||
|
|||||||
Reference in New Issue
Block a user