<===> options.yml
---
:warning_todo:
- sass/libsass#2887

<===> input.scss
div {
  hey: ((5in + 3cm) * 10px * 100pt * 10fu / 2px / 2fu / 3pt);
  ho: (23in/2fu) > (23cm/2fu);
  hoo: unit((23px/2fu/12emu/1.2gnu));
  hee: unit((2in/3cm/4cm));
}
<===> output.css
div {
  hey: 5150.9186351706in;
  ho: true;
  hoo: "px/emu*fu*gnu";
  hee: "/cm";
}

<===> output-dart-sass.css
div {
  hey: 370866.1417322835pt;
  ho: true;
  hoo: "px/fu*emu*gnu";
  hee: "cm^-1";
}

<===> warning
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(5in + 3cm * 10px * 100pt * 10fu, 2px)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
2 |   hey: ((5in + 3cm) * 10px * 100pt * 10fu / 2px / 2fu / 3pt);
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  '
    input.scss 2:9  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(math.div(5in + 3cm * 10px * 100pt * 10fu, 2px), 2fu)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
2 |   hey: ((5in + 3cm) * 10px * 100pt * 10fu / 2px / 2fu / 3pt);
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  '
    input.scss 2:9  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(math.div(math.div(5in + 3cm * 10px * 100pt * 10fu, 2px), 2fu), 3pt)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
2 |   hey: ((5in + 3cm) * 10px * 100pt * 10fu / 2px / 2fu / 3pt);
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  '
    input.scss 2:9  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(23in, 2fu)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
3 |   ho: (23in/2fu) > (23cm/2fu);
  |        ^^^^^^^^
  '
    input.scss 3:8  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(23cm, 2fu)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
3 |   ho: (23in/2fu) > (23cm/2fu);
  |                     ^^^^^^^^
  '
    input.scss 3:21  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(23px, 2fu)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
4 |   hoo: unit((23px/2fu/12emu/1.2gnu));
  |              ^^^^^^^^
  '
    input.scss 4:14  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(math.div(23px, 2fu), 12emu)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
4 |   hoo: unit((23px/2fu/12emu/1.2gnu));
  |              ^^^^^^^^^^^^^^
  '
    input.scss 4:14  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(math.div(math.div(23px, 2fu), 12emu), 1.2gnu)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
4 |   hoo: unit((23px/2fu/12emu/1.2gnu));
  |              ^^^^^^^^^^^^^^^^^^^^^
  '
    input.scss 4:14  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(2in, 3cm)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
5 |   hee: unit((2in/3cm/4cm));
  |              ^^^^^^^
  '
    input.scss 5:14  root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(math.div(2in, 3cm), 4cm)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ,
5 |   hee: unit((2in/3cm/4cm));
  |              ^^^^^^^^^^^
  '
    input.scss 5:14  root stylesheet