I am working on a site where I need to load a conditional stylesheet for every version of IE(up to 11). I realize that conditional comments are not supported in IE10+ so I will need another way of conditionally loading this stylesheet. The other thing is that I do not want this stylesheet to load on Microsoft Edge, only on Internet Explorer.
What would be the best way to go about this?
To clarify, I am attempting to target all versions of IE, not just 10.