Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. // mix into the top level
  2. =sticky-footer( !footer_height, !root_selector = "#root", !root_footer_selector = "#root_footer", !footer_selector = "#footer")
  3. html
  4. :height 100%
  5. body
  6. :height 100%
  7. #{!root_selector}
  8. :min-height 100%
  9. :margin-bottom = -!footer_height
  10. #{!root_footer_selector}
  11. :height = !footer_height
  12. #{!footer_selector}
  13. :clear both
  14. :position relative
  15. :height = !footer_height
Add Comment
Please, Sign In to add comment