mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Follow changes in WD-css-align-3-20170215
See also: http://www.w3.org/TR/2017/WD-css-align-3-20170215/
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
align-self: self-end;
|
||||
align-content: flex-start;
|
||||
align-items: flex-end;
|
||||
display: space-around;
|
||||
display: space-between;
|
||||
display: space-evenly;
|
||||
place-self: space-around;
|
||||
place-content: space-between;
|
||||
place-items: space-evenly;
|
||||
display: legacy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user