Hello,
I have found out, that on the line 293 in file thim-core\inc\includes\sass\src\Node\Number.php you have this code: list($unit, ) = each($units);, the issue is, that function each() was flagged as deprecated in PHP 7.2 https://www.php.net/manual/en/function.each.php