Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

calc-nested.css 84B

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