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

Deprecation Warning in scss files #147

Closed
roiLeo opened this issue Jun 9, 2021 · 0 comments · Fixed by #154
Closed

Deprecation Warning in scss files #147

roiLeo opened this issue Jun 9, 2021 · 0 comments · Fixed by #154
Labels
css/sass For something that related to styling/view

Comments

@roiLeo
Copy link
Member

roiLeo commented Jun 9, 2021

When building css files with Dart Sass it results with many warning :

Deprecation Warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

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

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

Possible Solution

Use Recommendation: math.div()
see slash-div for references

@roiLeo roiLeo added the css/sass For something that related to styling/view label Jun 9, 2021
ChildishGiant added a commit to ChildishGiant/materialize that referenced this issue Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css/sass For something that related to styling/view
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant