Skip to content

Warning using / for division is deprecated #59

@tbaddade

Description

@tbaddade

Updating sass I get this warning from sass:

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($num, $num * 0 + 1)
More info and automated migrator: https://sass-lang.com/d/slash-div

│   @return $num / ($num * 0 + 1);
│           ^^^^^^^^^^^^^^^^^^^^^

    node_modules/typi/scss/private/utils/_converters.scss 4:11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions