mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 20:14:48 +08:00
Add color-adjust-1.vim
See also: https://www.w3.org/TR/2019/WD-css-color-adjust-1-20190521/
This commit is contained in:
@@ -88,7 +88,6 @@
|
||||
}
|
||||
|
||||
.color-4 {
|
||||
color-adjust: auto;
|
||||
display: hwb(120deg, 44%, 50%);
|
||||
display: lab(1 2 3);
|
||||
display: lch(4 5 6);
|
||||
@@ -101,6 +100,15 @@
|
||||
src: url("http://example.org/swop-coated.icc");
|
||||
}
|
||||
|
||||
.color-adjust-1 {
|
||||
color-scheme: auto;
|
||||
forced-color-adjust: auto;
|
||||
color-adjust: auto;
|
||||
display: only;
|
||||
display: economy;
|
||||
display: exact;
|
||||
}
|
||||
|
||||
.compositing-1 {
|
||||
mix-blend-mode: auto;
|
||||
isolation: auto;
|
||||
|
||||
Reference in New Issue
Block a user