Skip to content

💥 [DevOps][Webapp] Depricated Warning on Running the Webapp #7340

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

Closed
Tracked by #7926
Tirokk opened this issue Apr 30, 2024 · 1 comment · Fixed by #7988
Closed
Tracked by #7926

💥 [DevOps][Webapp] Depricated Warning on Running the Webapp #7340

Tirokk opened this issue Apr 30, 2024 · 1 comment · Fixed by #7988

Comments

@Tirokk
Copy link
Member

Tirokk commented Apr 30, 2024

💥 DevOps ticket

Depricated Warning on Running the Webapp.

If we run the webapp locally we get the depricated warning:

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(-$size, 3) or calc(-1 * $size / 3)

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

     ╷
1180 │       margin-right: -$size / 3;
     │                     ^^^^^^^^^^
     ╵
    components/Badges.vue 1180:21  root stylesheet

Additional Information

Sass

Breaking Change: Slash as Division, see https://sass-lang.com/d/slash-div

Automatic Migration, see: https://sass-lang.com/documentation/breaking-changes/slash-div/#automatic-migration

@Tirokk
Copy link
Member Author

Tirokk commented Apr 30, 2024

I have allowed myself to assign you both @maeckes-infinitylabs @Bettelstab .
Hope that's okay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment