Skip to content

Instantly share code, notes, and snippets.

@ambar
Created June 9, 2014 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambar/f082253adf7d31ce6069 to your computer and use it in GitHub Desktop.
Save ambar/f082253adf7d31ce6069 to your computer and use it in GitHub Desktop.
@mixin with-hash-padding($padding: 200px) {
&:before {
display: block;
content: " ";
margin-top: -$padding;
height: $padding;
visibility: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment