texture
texture copied to clipboard
Deprecation Warning: Using / for division outside of calc() is deprecated
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