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
If we run the webapp locally we get the depricated warning:
Deprecation Warning: Using / fordivision outside of calc() is deprecated and will be removedin 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
💥 DevOps ticket
Depricated Warning on Running the Webapp.
If we run the webapp locally we get the depricated warning:
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
The text was updated successfully, but these errors were encountered: