Skip to content

Instantly share code, notes, and snippets.

@procload
Created November 15, 2012 20:36
Show Gist options
  • Save procload/4081094 to your computer and use it in GitHub Desktop.
Save procload/4081094 to your computer and use it in GitHub Desktop.
.thumbnail-header {
min-height: 200px
.item & {
min-height: 305px;
}
}
//Results in
.thumbnail-header {
min-height: 200px
}
.item .thumbnail-header {
min-height: calc-em(305px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment