How to include the Yaml-CSS suit's iehacks.css? The yaml documentation points to something like this conditional statement.
<!--[if lte IE 7]>
<link rel="stylesheet" href="stylesheets/yaml/core/iehacks.css" type="text/css"/>
<![endif]-->
How do I include that css file in my Rails 3.1++ app (dependent on IE or not IE ;) with the new rails pipelining features in mind?