Skip to content

Instantly share code, notes, and snippets.

@devinmcinnis
Created June 15, 2013 18:48
Show Gist options
  • Save devinmcinnis/5789128 to your computer and use it in GitHub Desktop.
Save devinmcinnis/5789128 to your computer and use it in GitHub Desktop.
IE Conditional Comments in Jade
!!! 5
| <!--[if lt IE 7]> <html class="lt-ie7" lang="en"> <![endif]-->
| <!--[if IE 7]> <html class="ie7" lang="en"> <![endif]-->
| <!--[if IE 8]> <html class="ie8" lang="en"> <![endif]-->
| <!--[if gt IE 8]> <!--> <html lang="en"> <!--<![endif]-->
head
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment