Sha256: ca43d4a7507a8afa41559919d0a8363aff69c26d02b044b1583fad9e585dea77

Contents?: true

Size: 619 Bytes

Versions: 17

Compression:

Stored size: 619 Bytes

Contents

// Based on http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
// Mix into the top level.
// Footer element must be outside of root wrapper element.
// Footer must be a fixed height.

=sticky-footer(!footer_height, !root_selector = "#root", !root_footer_selector = "#root_footer", !footer_selector = "#footer")
  html, body
    height: 100%
  #{!root_selector}
    min-height: 100%
    height: auto !important
    height: 100%
    margin-bottom= -!footer_height
    #{!root_footer_selector}
      height= !footer_height
  #{!footer_selector}
    clear: both
    position: relative
    height= !footer_height

Version data entries

17 entries across 16 versions & 3 rubygems

Version Path
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.9.1/gems/compass-0.10.0.pre4/lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-0.10.0.pre5 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-0.10.0.pre4 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-0.10.0.pre3 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.12.2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.12.1 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.12.0.pre3 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.12.0.pre2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-0.10.0.pre2 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-0.10.0.pre1 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-edge-0.9.5.0 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-edge-0.9.4 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-edge-0.9.3 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-edge-0.9.2 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-edge-0.9.1 lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
compass-edge-0.10.0.pre lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass