1

I have the following variable in SASS:

$var = 45px
$obj = $var

How can I remove the px from that value in SASS?

Result:

$obj = 45
gespinha
  • 7,968
  • 16
  • 57
  • 91

0 Answers0