Skip to content

Instantly share code, notes, and snippets.

@stoplion
Created July 12, 2012 21:16
Show Gist options
  • Save stoplion/3101052 to your computer and use it in GitHub Desktop.
Save stoplion/3101052 to your computer and use it in GitHub Desktop.
sass mixin for a full height website
=full-height-website($main-container)
body, html
height: 100%
min-height: 100%
##{$main-container}
height: 100%
min-height: 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment