Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created June 12, 2014 15:00
Show Gist options
  • Save pixelchar/7c8704ba43f001ef60f1 to your computer and use it in GitHub Desktop.
Save pixelchar/7c8704ba43f001ef60f1 to your computer and use it in GitHub Desktop.
Cover everything mixin from Chris Coyier (as seen here: http://codepen.io/chriscoyier/blog/some-mini-sass-mixins-i-like)
@mixin coverer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment