// get rem from pixels @function get_rem($px) { @return calc($px / 16 * 1rem); }