Skip to content

Instantly share code, notes, and snippets.

@dharma017
Forked from wesbos/finally.slim
Last active September 14, 2015 06:38
Show Gist options
  • Select an option

  • Save dharma017/b661c57056762d104d22 to your computer and use it in GitHub Desktop.

Select an option

Save dharma017/b661c57056762d104d22 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment