Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS minify optimizations #2963

Closed
quasipickle opened this issue Apr 5, 2012 · 2 comments
Closed

CSS minify optimizations #2963

quasipickle opened this issue Apr 5, 2012 · 2 comments

Comments

@quasipickle
Copy link
Contributor

I've noticed each declaration is on it's own line. Removing the superfluous newlines would save some bits.

Also, a lot of the colours can be reduced to 3 digits (ie: #999999 -> #999)

Running bootstrap.min.css through http://www.csscompressor.com/ reduces the filesize to 62KB

@mdo
Copy link
Member

mdo commented Apr 7, 2012

Not a huge issue for us—we just changed to the YUI compressor to save a few KB, but we fully expect folks to minify when the use BS and that will take care of much of this.

@mdo mdo closed this as completed Apr 7, 2012
@quasipickle
Copy link
Contributor Author

So... you're expecting people to minify the .min.css file on their own?

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

No branches or pull requests

2 participants