mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 19:44:45 +08:00
Add missing value
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
|
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
|
||||||
syn keyword cssFontAttr contained safe unsafe
|
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\)\>"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
display: space-around;
|
display: space-around;
|
||||||
display: space-between;
|
display: space-between;
|
||||||
display: space-evenly;
|
display: space-evenly;
|
||||||
|
display: legacy;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animations {
|
.animations {
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
display: space-around;
|
display: space-around;
|
||||||
display: space-between;
|
display: space-between;
|
||||||
display: space-evenly;
|
display: space-evenly;
|
||||||
|
display: legacy;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user