Skip to content

Instantly share code, notes, and snippets.

@jameswyse
Forked from kmiyashiro/layout2.jade
Created March 4, 2012 16:45
Show Gist options
  • Save jameswyse/1973823 to your computer and use it in GitHub Desktop.
Save jameswyse/1973823 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate Conditional comments in Jade
!!! 5
//if lt IE 7
html(class="no-js ie6 oldie", lang="en")
//if IE 7
html(class="no-js ie7 oldie", lang="en")
//if IE 8
html(class="no-js ie8 oldie", lang="en")
// [if gt IE 8] <!
html(class="no-js", lang="en")
// <![endif]
head
title= title
body!= body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment