-
- Downloads
fix style: remove .0 on margin value
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>
Loading
Please register or sign in to comment