mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
@@ -1 +1 @@
|
|||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(color-\(mix\|contrast\|adjust\)\|red\|green\|blue\|alpha\|hue\|saturation\|lightness\|whiteness\|blackness\|a\|b\|chroma\)\s*(" end=")" contains=cssCustomProp,cssFunction,cssColor,cssFunctionComma oneline
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<color-\(mix\|contrast\)\s*(" end=")" contains=cssCustomProp,cssFunction,cssColor,cssFunctionComma oneline
|
||||||
|
|||||||
@@ -99,7 +99,6 @@
|
|||||||
.color-5 {
|
.color-5 {
|
||||||
display: color-mix(red yellow 65%);
|
display: color-mix(red yellow 65%);
|
||||||
display: color-contrast(wheat tan, sienna, var(--myAccent), #d2691e);
|
display: color-contrast(wheat tan, sienna, var(--myAccent), #d2691e);
|
||||||
display: color-adjust(peru lightness(-20%));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-adjust-1 {
|
.color-adjust-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user