@use "sass:math"; @function rs($pixels, $base-vw: 1600px) { $vw-value: math.div($pixels * 100vw, $base-vw); @return max($vw-value, $pixels); }