@use "sass:math"; // Convert pixel to rem @function convert($size) { @return (math.div($size, 16px)) * 1rem; }