crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

Miniify 0.25 -> .25 #614

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we expand some decimal numbers by adding a leading 0. We can save a 
little space by minifying these unnecessary 0s.

Ex:

.a { margin: 0.25in }

to:

.a{margin:.25in}

Original issue reported on code.google.com by sligocki@google.com on 28 Jan 2013 at 6:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2472.

Original comment by sligocki@google.com on 4 Feb 2013 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by sligocki@google.com on 4 Feb 2013 at 6:26