Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech debt: address VS code warnings #37

Open
nicmart-dev opened this issue May 30, 2024 · 0 comments
Open

Tech debt: address VS code warnings #37

nicmart-dev opened this issue May 30, 2024 · 0 comments

Comments

@nicmart-dev
Copy link
Owner

nicmart-dev commented May 30, 2024

Educators feedback was:

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant