Skip to content

Instantly share code, notes, and snippets.

@shayfrendt
Created April 3, 2009 22:20
Show Gist options
  • Save shayfrendt/90000 to your computer and use it in GitHub Desktop.
Save shayfrendt/90000 to your computer and use it in GitHub Desktop.
blueprint-css stylesheet link tags
<%= stylesheet_link_tag 'screen', :media => 'screen, projection' %>
<%= stylesheet_link_tag 'print', :media => 'print' %>
<!--[if IE]>
<%= stylesheet_link_tag 'ie', :media => 'screen, projection' %>
<![endif]-->
<%= stylesheet_link_tag 'base' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment