Skip to content

Instantly share code, notes, and snippets.

@rootical
Created October 26, 2015 09:46
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 rootical/24124be1bcc953ac7a1a to your computer and use it in GitHub Desktop.
Save rootical/24124be1bcc953ac7a1a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "breakpoint";
.parent {
.child {
@include breakpoint(50em) {
margin-bottom: 0;
margin-top: wk-rem(2px);
}
}
}
@media (min-width: 50em) {
.parent .child {
margin-bottom: 0;
margin-top: wk-rem(2px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment