Do you use Respond JS to target IE8 with Bootstrap?
Last updated by Brady Stroud [SSW] 7 months ago.See history This rule has been archived
Archived Reason: The library Respond JS has not been updated since 2017 as per the GitHub repo: https://github.com/scottjehl/Respond and has very low usage on NPM: https://www.npmjs.com/package/respond.js . Supporting Internet Explorer versions under IE8 is also no longer relevant for most projects, used by 0.03% of devices: https://caniuse.com/usage-table .
By default, we do not accommodate IE8 or lower, but should it arise as a specific requirement, then you can include Respond JS in your application, after Bootstrap. Respond JS enables responsive web designs in browsers that don't support CSS3 Media Queries.
Note: Respond JS will be included in a new MVC5 Web Application. If you are working on an existing application, you can get it from NuGet or https://github.com/scottjehl/Respond.