-
Conrad Zelck authored
Saving style.css creates style.min.css. If using a margin value with .0, e.g. 1.0em, the minifier removes the unit so it gets an invalid "1.0". Therefor write "1em" and minifier will make it right. Signed-off-by:
Conrad Zelck <git@simpel.cc>
Conrad Zelck authoredSaving style.css creates style.min.css. If using a margin value with .0, e.g. 1.0em, the minifier removes the unit so it gets an invalid "1.0". Therefor write "1em" and minifier will make it right. Signed-off-by:
Conrad Zelck <git@simpel.cc>