You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some warnings in the VSCode console during development that could be looked into to resolve. For example "Deprecation Using / for division is deprecated and will be removed in
Dart Sass 2.0.0."
To fix the warning the terminal mentions how this could be done. You can import the sass math module in your variables partial @use 'sass:math'; and then change the 16 / 9 division to math.
div(16, 9); which will resolve the warning
The text was updated successfully, but these errors were encountered:
Educators feedback was:
The text was updated successfully, but these errors were encountered: