Closed cmalven closed 7 years ago
I end up adding this to almost every single project. I'm surprised it's not here already.
//=============================================================== // Absolute Zero //=============================================================== @mixin absolute-zero { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
I end up adding this to almost every single project. I'm surprised it's not here already.