mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Add missing value
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
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 "\<space-\(between\|around\|evenly\)\>"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
display: space-around;
|
||||
display: space-between;
|
||||
display: space-evenly;
|
||||
display: legacy;
|
||||
}
|
||||
|
||||
.animations {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
display: space-around;
|
||||
display: space-between;
|
||||
display: space-evenly;
|
||||
display: legacy;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user