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 11syn match cssValueLength contained " [-+]\=\d\+\(\.\d *\)\=\( rex\| cap\| rcap\| rch\| ic\| ric\| lh\| rlh\) "
22syn 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 {
12731273 display : exp (1 );
12741274 display : abs (-1 );
12751275 display : sign (-4 );
1276- display : mix (33% ; 1px ; 2px );
12771276}
12781277
12791278.variables-1 {
You can’t perform that action at this time.
0 commit comments