Skip to content
Snippets Groups Projects
Unverified Commit f44bb0d3 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

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: default avatarConrad Zelck <git@simpel.cc>
parent f5074fcc
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment