Follow changes in WD-css-align-3-20160519

See also: https://www.w3.org/TR/2016/WD-css-align-3-20160519/
This commit is contained in:
Kyo Nagashima
2016-05-20 10:42:51 +09:00
parent 70955d83b9
commit de24cfc34f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
" TODO: create cssAlignProp group and cssAlignAttr group
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
syn keyword cssFontAttr contained safe true
syn keyword cssFontAttr contained safe unsafe
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"

View File

@@ -1,6 +1,6 @@
.align {
justify-self: safe;
justify-content: true;
justify-content: unsafe;
justify-items: self-start;
align-self: self-end;
align-content: flex-start;

View File

@@ -10,7 +10,7 @@
<style>
.align {
justify-self: safe;
justify-content: true;
justify-content: unsafe;
justify-items: self-start;
align-self: self-end;
align-content: flex-start;