Skip to content

Instantly share code, notes, and snippets.

@ruedap
Created September 4, 2012 19:22
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 ruedap/3625317 to your computer and use it in GitHub Desktop.
Save ruedap/3625317 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate for Haml
!!!
/[if lt IE 7] <html class="ie6" lang="ja">
/[if IE 7] <html class="ie7" lang="ja">
/[if IE 8] <html class="ie8" lang="ja">
<!--[if gt IE 8]><!-->
%html{lang: "ja"}
<!--<![endif]-->
%head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
!!!
/[if lt IE 7] <html class="lt-ie9 lt-ie8 lt-ie7" lang="ja">
/[if IE 7] <html class="lt-ie9 lt-ie8" lang="ja">
/[if IE 8] <html class="lt-ie9" lang="ja">
<!--[if gt IE 8]><!-->
%html{lang: "ja"}
<!--<![endif]-->
%head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment