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