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

refactor: perform saas slash-div migration #796

Merged

Conversation

setchy
Copy link
Contributor

@setchy setchy commented Mar 31, 2024

Description

Address build warnings by running https://sass-lang.com/documentation/breaking-changes/slash-div/#automatic-migration

Addressed Issue

Address a number of warnings such as the example below

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

Recommendation: math.div(4em, 14) or calc(4em / 14)

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

Additional Details

Checklist

@nscuro nscuro added the enhancement New feature or request label Apr 2, 2024
@nscuro nscuro added this to the 4.11 milestone Apr 2, 2024
@nscuro nscuro merged commit 8739340 into DependencyTrack:master Apr 2, 2024
10 checks passed
@setchy setchy deleted the refactor/sass-slash-div-migration branch April 2, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants