Created
June 14, 2019 19:36
-
-
Save apisandipas/89ee7fd30b20daf252bcd1d885b1f4b0 to your computer and use it in GitHub Desktop.
Conditional body class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if IE ]> | |
<body class="ie"> | |
<![endif]--> | |
<!--[if !IE]>--> | |
<body> | |
<!--<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment