I am a little familiar with the idea behind Gzip, thanks to this great video from Frédéric Kayser (in French), however there is a something I am still not sure about.
Basically, a string gets more and more compressed every time it is being repeated. And unless I'm wrong, the longer the string, the better.
Let's talk about Sass for a second. Please consider this mixin:
@mixin center($max-width) {