Skip to content

Instantly share code, notes, and snippets.

@mrpaulphan
Created September 28, 2016 21:23
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 mrpaulphan/cdf2571b7bd56f25b620deb02fab6a92 to your computer and use it in GitHub Desktop.
Save mrpaulphan/cdf2571b7bd56f25b620deb02fab6a92 to your computer and use it in GitHub Desktop.
// $large only
@include media('>=large', '<mlarge') {
[spacing*="large(1)"] > * + * {
margin-top: $spacingDesktop;
}
}
// $xsmall to $large
@include media('>=xsmall', '<large') {
[spacing-top*="xsmall-large(1)"] {
margin-top: $spacingMobile;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment