Skip to content

Instantly share code, notes, and snippets.

@wesbos
Created July 22, 2014 17:06
Show Gist options
  • Save wesbos/6a5750af77f203acd367 to your computer and use it in GitHub Desktop.
Save wesbos/6a5750af77f203acd367 to your computer and use it in GitHub Desktop.
Slim IE Conditional Tags
/[if IE 8]
| <html class="ie8 lt-ie9" lang="en">
/[if IE 9]
| <html class="ie9" lang="en">
/! [if (gte IE 9)|!(IE)]<!--> <html lang="en"> <!--<![endif]
@wesbos
Copy link
Author

wesbos commented Jul 22, 2014

Kind of a weird one, hopefully this saves you some time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment