Open iliakan opened 2 years ago
Dies on blocks like this, after 50/66 is replaced by math.div(50,66):
50/66
math.div(50,66)
.star-rating { @include rating(72px, math.div(50, 66)); }
Any way out?
Dies on blocks like this, after
50/66
is replaced bymath.div(50,66)
:Any way out?