Skip to content

Instantly share code, notes, and snippets.

View slovyagin's full-sized avatar

Bogdan Slovyagin slovyagin

  • Budapest, Hungary
View GitHub Profile
@slovyagin
slovyagin / ie-cond.slim
Last active August 29, 2015 14:02 — forked from helloluis/Slim HTML5 Boilerplate Conditional Comments
Slim: IE Conditional Comments
doctype html
/[if lt IE 7]
| <html class="ie6">
/[if IE 7]
| <html class="ie7">
/[if IE 8]
| <html class="ie8">
/[if IE 9]
| <html class="ie9">
| <!--[if (gte IE 9)|!(IE)]<!--> <html> <!--<![endif]-->