File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn match cssValueLength contained " [-+]\=\d\+\(\.\d *\)\=\( rex\| cap\| rcap\| rch\| ic\| ric\| lh\| rlh\) "
2
2
syn match cssValueLength contained " [-+]\=\d\+\(\.\d *\)\=\( s\| l\| d\)\= v\( h\| w\| i\| b\| min\| max\) "
3
- syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( mix \| min\| max\| clamp\| round\| mod\| rem\| a\=\( sin\| cos\| tan\)\| atan2\| pow\| sqrt\| hypot\| log\| exp\| abs\| sign\)\s *(" end =" )" oneline keepend
3
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( min\| max\| clamp\| round\| mod\| rem\| a\=\( sin\| cos\| tan\)\| atan2\| pow\| sqrt\| hypot\| log\| exp\| abs\| sign\)\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change @@ -1273,7 +1273,6 @@ view {
1273
1273
display : exp (1 );
1274
1274
display : abs (-1 );
1275
1275
display : sign (-4 );
1276
- display : mix (33% ; 1px ; 2px );
1277
1276
}
1278
1277
1279
1278
.variables-1 {
You can’t perform that action at this time.
0 commit comments