Skip to content

Instantly share code, notes, and snippets.

@saki007ster
Created September 3, 2013 05:15
Show Gist options
  • Save saki007ster/6419931 to your computer and use it in GitHub Desktop.
Save saki007ster/6419931 to your computer and use it in GitHub Desktop.
mobile layout mixin
@mixin mobile { @media only screen and (max-width:480px) { @content; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment