This repository was archived by the owner on Apr 4, 2019. It is now read-only.
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
REPL output of division of complex units is inconsistent #35
Open
Description
From sass/sass#1812:
>> $div: 50em / 2px 50em/2px >> $div 25em/px
In the repl, I think we should fully resolve the division before echoing the result.