Skip to content

Instantly share code, notes, and snippets.

@cbushell
Created January 9, 2011 09:40
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 cbushell/771566 to your computer and use it in GitHub Desktop.
Save cbushell/771566 to your computer and use it in GitHub Desktop.
Include Bluprint css with haml
= stylesheet_link_tag 'blueprint-1.0/screen.css', :rel => 'stylesheet', :type => 'text/css', :media => 'screen, projection'
= stylesheet_link_tag 'blueprint-1.0/print.css', :rel => 'stylesheet', :type => 'text/css', :media => 'print'
<!--[if lt IE 8]>
= stylesheet_link_tag 'blueprint-1.0/ie.css', :rel => 'stylesheet', :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