mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-21 16:42:05 +08:00
Update backgrounds-4.vim
https://www.w3.org/TR/2025/WD-css-backgrounds-4-20251125/
This commit is contained in:
@@ -85,14 +85,23 @@
|
||||
}
|
||||
|
||||
.backgrounds-4 {
|
||||
background-repeat-x: auto;
|
||||
background-repeat-y: auto;
|
||||
background-repeat-inline: auto;
|
||||
background-repeat-block: auto;
|
||||
background-position-x: auto;
|
||||
background-position-y: auto;
|
||||
background-position-inline: auto;
|
||||
background-position-block: auto;
|
||||
background-tbd: auto;
|
||||
display: x-start;
|
||||
display: x-end;
|
||||
display: y-start;
|
||||
display: y-end;
|
||||
display: border-area;
|
||||
display: text;
|
||||
display: repeat-block;
|
||||
display: repeat-inline;
|
||||
}
|
||||
|
||||
.borders-4 {
|
||||
|
||||
Reference in New Issue
Block a user