Skip to content

Instantly share code, notes, and snippets.

@gipp
Created May 15, 2013 17:22
Show Gist options
  • Save gipp/5585664 to your computer and use it in GitHub Desktop.
Save gipp/5585664 to your computer and use it in GitHub Desktop.
var mq = document.createElement('style');
mq.textContent = "@media (min-width: 768px) {body {background: salmon;}}";
document.getElementsByTagName('head')[0].appendChild(mq);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment