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

Recommendation: math.div($foo, $bar)

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

   ,
14 |   a: $foo / $bar;     // 1  ✔
   |      ^^^^^^^^^^^
   '
    input.scss 14:6  root stylesheet

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

Recommendation: math.div(2px, 2em)

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

   ,
41 |   $foo: 2px / 2em;
   |         ^^^^^^^^^
   '
    input.scss 41:9  root stylesheet

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

Recommendation: math.div(2em, 2px)

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

   ,
52 |   $foo: 2em / 2px;
   |         ^^^^^^^^^
   '
    input.scss 52:9  root stylesheet

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

Recommendation: math.div(2em, 2px)

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

   ,
63 |   $foo: 2em / 2px;
   |         ^^^^^^^^^
   '
    input.scss 63:9  root stylesheet

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

Recommendation: math.div(2em, 2px)

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

   ,
64 |   $bar: 2em / 2px;
   |         ^^^^^^^^^
   '
    input.scss 64:9  root stylesheet

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

Recommendation: math.div($foo, $bar)

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

   ,
69 |   a: $foo / $bar;     // 1  ✔
   |      ^^^^^^^^^^^
   '
    input.scss 69:6  root stylesheet

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

Recommendation: math.div(2px, 2em)

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

   ,
74 |   $foo: 2px / 2em;
   |         ^^^^^^^^^
   '
    input.scss 74:9  root stylesheet

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

Recommendation: math.div(2em, 2px)

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

   ,
75 |   $bar: 2em / 2px;
   |         ^^^^^^^^^
   '
    input.scss 75:9  root stylesheet

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

Recommendation: math.div(2px, 2em)

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

   ,
86 |   $bar: 2px / 2em;
   |         ^^^^^^^^^
   '
    input.scss 86:9  root stylesheet

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

Recommendation: math.div($foo, $bar)

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

   ,
91 |   a: $foo / $bar;     // 2em  ✔
   |      ^^^^^^^^^^^
   '
    input.scss 91:6  root stylesheet

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

Recommendation: math.div(2em, 2px)

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

   ,
97 |   $bar: 2em / 2px;
   |         ^^^^^^^^^
   '
    input.scss 97:9  root stylesheet

