Skip to content

Instantly share code, notes, and snippets.

@eddiesigner
Created May 14, 2017 14:31
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 eddiesigner/eddcbb18f225015dd7de01a96053edfb to your computer and use it in GitHub Desktop.
Save eddiesigner/eddcbb18f225015dd7de01a96053edfb to your computer and use it in GitHub Desktop.
Simple Media Queries Source Example
p {
margin: 0;
@media (mq('medium')) {
margin: 25px 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment