mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
1
after/syntax/css/values-5.vim
Normal file
1
after/syntax/css/values-5.vim
Normal file
@@ -0,0 +1 @@
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(\(\(media\|container\)-\)\=progress\|\(\(calc\|transform\)-\)\=mix\|cross-fade\|toggle\)\s*(" end=")" oneline keepend
|
||||
@@ -1353,6 +1353,18 @@ view {
|
||||
display: sign(-4);
|
||||
}
|
||||
|
||||
.values-5 {
|
||||
display: progress(1, 0, 100);
|
||||
display: media-progress(width, 0, 100);
|
||||
display: container-progress(width, 0, 100);
|
||||
display: calc-mix(0.5, 0, 100);
|
||||
display: color-mix(15%, black, white);
|
||||
display: transform-mix(1, scale(0.5), rotate(10deg));
|
||||
display: mix(90%, red, blue);
|
||||
display: cross-fade(15%, url(foo.png), white);
|
||||
display: toggle(italic, normal);
|
||||
}
|
||||
|
||||
.variables-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user