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

Using sass to compile throws a "Using / for division is deprecated" error #412

Closed
wants to merge 1 commit into from

Conversation

lbodden-mg
Copy link

Compiling using sass files throws the following error:
"Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter-width, 2)

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

Following the documentation in the linked above, I ran the sass-migrator to fix this issue: "sass-migrator division **/*.scss"

…s deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div()

More info and automated migrator: https://sass-lang.com/d/slash-div
"
@lbodden-mg lbodden-mg marked this pull request as ready for review November 12, 2021 18:13
@lbodden-mg lbodden-mg closed this by deleting the head repository Dec 4, 2022
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

Successfully merging this pull request may close these issues.

1 participant