Skip to content

Deprecation Warning in scss files #147

@roiLeo

Description

@roiLeo

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

No one assigned

    Labels

    css/sassFor something that related to styling/view

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions