mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Update conditional-5.vim
https://www.w3.org/TR/2025/WD-css-conditional-5-20251030/
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
syn keyword cssFontProp contained container-type container-name container
|
syn keyword cssFontProp contained container-type container-name container
|
||||||
syn keyword cssFontAttr contained inline-size
|
syn keyword cssFontAttr contained inline-size
|
||||||
syn match cssFontDescriptor "@\(when\|else\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|
syn match cssFontDescriptor "@\(when\|else\|supports-condition\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|
||||||
|
|||||||
@@ -273,6 +273,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports-condition --thicker-underlines {
|
||||||
|
.conditional-5 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.contain-1 {
|
.contain-1 {
|
||||||
contain: auto;
|
contain: auto;
|
||||||
display: layout;
|
display: layout;
|
||||||
|
|||||||
Reference in New Issue
Block a user