Skip to content

Instantly share code, notes, and snippets.

@chiehwen
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save chiehwen/49190053d32f47f674d3 to your computer and use it in GitHub Desktop.

Select an option

Save chiehwen/49190053d32f47f674d3 to your computer and use it in GitHub Desktop.
!!! 5
//paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
//if lt IE 7
html(class="no-js lt-ie9 lt-ie8 lt-ie7", lang="en")
//if IE 7
html(class="no-js lt-ie9 lt-ie8", lang="en")
//if IE 8
html(class="no-js lt-ie9", lang="en")
//if gt IE 8
html(class="no-js", lang="en")
html(lang="en" ng-app='blog-system')
include header
body
block content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment