I have the following variable in SASS:
$var = 45px $obj = $var
How can I remove the px from that value in SASS?
px
Result:
$obj = 45