It would be nice if there was an option to insert conditional stylesheets. So put them on the page like this:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->
Maybe something like this would work:
require("style?condition=ie!./mycss.css");