Skip to content

Instantly share code, notes, and snippets.

@martincr
Created April 8, 2011 20:24
Show Gist options
  • Save martincr/910641 to your computer and use it in GitHub Desktop.
Save martincr/910641 to your computer and use it in GitHub Desktop.
Basic blueprint-css include
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]>
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment