Current File : /home/masbinta/public_html/vendor/sabberworm/php-css-parser/tests/files/calc-nested.css
.test {
  font-size: calc((3 * 4px) + -2px);
  top: calc(200px - calc(20 * 3px));
}