Revision: 63213
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 16, 2013 23:47 by chillyjames
Initial Code
=sticky-footer($footer_height, $root_selector:"#root", $root_footer_selector:"#root_footer", $footer_selector:"#footer")
html
:height 100%
body
:height 100%
#{$root_selector}
:min-height 100%
:margin-bottom -#{$footer_height}
#{$root_footer_selector}
:height #{$footer_height}
#{$footer_selector}
:clear both
:position relative
:height #{$footer_height}
Initial URL
Initial Description
Initial Title
Sass Sticky Footer Mixin
Initial Tags
Initial Language
CSS