Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created February 19, 2015 10:25
Show Gist options
  • Save tanshio/71cdfb5b4ac8040e37a9 to your computer and use it in GitHub Desktop.
Save tanshio/71cdfb5b4ac8040e37a9 to your computer and use it in GitHub Desktop.
mixin
@mixin media-smp {
// スマートフォンのみ
@media only screen and (max-width: $smp) {
@content;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment