calc-nested.css 84 B

1234
  1. .test {
  2. font-size: calc((3 * 4px) + -2px);
  3. top: calc(200px - calc(20 * 3px));
  4. }