Skip to content

Deprecation Warning: Using / for division outside of calc() is deprecated #46

Description

@mediter
Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($max - $min, 1px) or calc(($max - $min) / 1px)

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

   ╷
28 │         font-size: calc(#{$min} + #{($max - $min)/1px} * ((100vw - 320px) / 960));
   │                                     ^^^^^^^^^^^^^^^^^
   ╵
    ../../../../texture-0.5/_sass/_begin.scss 28:31     fluidType()
    theme.scss 21:2                                     @import

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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