Add missing value

This commit is contained in:
Kyo Nagashima
2016-06-28 12:12:39 +09:00
parent c7cba6931d
commit 77c66d5b21
3 changed files with 3 additions and 1 deletions

View File

@@ -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\)\>"

View File

@@ -8,6 +8,7 @@
display: space-around;
display: space-between;
display: space-evenly;
display: legacy;
}
.animations {

View File

@@ -18,6 +18,7 @@
display: space-around;
display: space-between;
display: space-evenly;
display: legacy;
}
</style>
<style>