mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Add position-4.vim
https://www.w3.org/TR/2025/WD-css-position-4-20250708/
This commit is contained in:
2
after/syntax/css/position-4.vim
Normal file
2
after/syntax/css/position-4.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn keyword cssFontProp contained overlay
|
||||||
|
syn keyword cssPseudoClassId contained backdrop
|
||||||
@@ -879,6 +879,10 @@ mask {
|
|||||||
inset: auto;
|
inset: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.position-4::backdrop {
|
||||||
|
overlay: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.properties-values-api-1 {
|
.properties-values-api-1 {
|
||||||
syntax: auto;
|
syntax: auto;
|
||||||
inherits: auto;
|
inherits: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user