Compass/compass

View on GitHub
compass-style.org/content/examples/compass/layout/sticky-footer/stylesheet.scss

Summary

Maintainability
Test Coverage
@import "compass/reset.scss";
@import "compass/layout.scss";

@include sticky-footer(72px, "#layout", "#layout_footer", "#footer");

#header {
  background: #999999;
  height: 72px;
}

#footer {
  background: #cccccc;
}

.example {
  height: 500px;
  border: 3px solid red;
  p {
    margin: 1em 0.5em;
  }
}