You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reasons behind this decision include the following:
* This project will drop legacy browser support (see #1050), therefore,
the use for conditional classes for IE 8+, becomes much more limited.
* IE 10+ does not support conditional comments:
http://msdn.microsoft.com/en-us/library/ms537512%28v=VS.85%29.aspx.
* Users do and can develop easily without using the conditional
classes, this technique being very limited in scope as no other
browser versions are explicitly target in the same way.
* It fixes the issue that prevents IE from honouring
`<meta http-equiv="X-UA-Compatible" content="IE=edge">` (see: #1187).
This change also removes the related documentation.
Close#1290 and #1187.
0 commit comments