forked from Dogfalo/materialize
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
css/sassFor something that related to styling/viewFor something that related to styling/view
Description
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
Metadata
Metadata
Assignees
Labels
css/sassFor something that related to styling/viewFor something that related to styling/view