Closed curvedmark closed 11 years ago
Remove $unit($num, em), $unit($num,'%') Add $num(12px), $num(20%)
$unit($num, em)
$unit($num,'%')
$num(12px)
$num(20%)
Landed in master.
$unit($num, em) has the benefit of setting unit dynamically. So keep it.
Unable to come up with a real world usage for $num(). It can wait.
$num()
Remove
$unit($num, em)
,$unit($num,'%')
Add$num(12px)
,$num(20%)