TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.78k stars 2.08k forks source link

Chore: Replace deprecated / division #4351

Closed mgrigoriev8109 closed 4 months ago

mgrigoriev8109 commented 10 months ago

Checks

Chore description

Running rspec on main prints DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. in the terminal`, so figure that should be addressed.

image

The top answer in this SO question links to why this is happening and provides possible alternatives.

Acceptance criteria

Additional Comments

No response

Asartea commented 10 months ago

This is caused by dkniffin/active_material; I have an open PR on that, but that isn't merged yet dkniffin/active_material#90

KevinMulhern commented 9 months ago

Thanks for doing that @Asartea 💪

mgrigoriev8109 commented 4 months ago

Looks like it got merged in, so gonna close this.