You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: