@use "sass:math";

@function ruleOfThree($a, $b, $c) {
  @return math.div($c * $b, $a);
}
