HTML-CSS output has .002em when 0em should be used
The EmRounded()
function causes 0em to become .002em (or some small amount depending on the em size). The test for close to zero needs to be done before the rounding.
The EmRounded()
function causes 0em to become .002em (or some small amount depending on the em size). The test for close to zero needs to be done before the rounding.