Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Miniify 0.25 -> .25 #614

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Closed

Miniify 0.25 -> .25 #614

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

This issue was closed by revision r2472.

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Milestone-v25, release-note

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant