Skip to content

Instantly share code, notes, and snippets.

@gcpantazis
Created January 19, 2012 20:31
Show Gist options
  • Save gcpantazis/1642397 to your computer and use it in GitHub Desktop.
Save gcpantazis/1642397 to your computer and use it in GitHub Desktop.
Basic (WAP, etc.) vs. Modern CSS, Mobile
<link rel="stylesheet" media="screen" href="basic.css" /> <!-- Everything -->
<link rel="stylesheet" media="screen and (min-device-width: 1px)" href="awesome.css" /> <!-- Modern -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment