Skip to content

Instantly share code, notes, and snippets.

@lean8086
Created June 4, 2012 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lean8086/2870065 to your computer and use it in GitHub Desktop.
Save lean8086/2870065 to your computer and use it in GitHub Desktop.
Browser sniffing for Jade
!!! 5
//if lt IE 7
html.no-js.lt-ie10.lt-ie9.lt-ie8.lt-ie7.ie6(lang="en")
//if IE 7
html.no-js.lt-ie10.lt-ie9.lt-ie8.ie7(lang="en")
//if IE 8
html.no-js.lt-ie10.lt-ie9.ie8(lang="en")
//if IE 9
html.no-js.lt-ie10.ie9(lang="en")
//[if gt IE 9] <!
html.no-js(lang="en")
//<![endif]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment