Created
July 12, 2012 21:16
-
-
Save stoplion/3101052 to your computer and use it in GitHub Desktop.
sass mixin for a full height website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=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