HubSpot / cms-theme-boilerplate

A straight-forward starting point for building a great website on the HubSpot CMS
https://boilerplate.hubspotcms.com
Other
355 stars 355 forks source link

Stripping code specific for IE #432

Closed jasonnrosa closed 2 years ago

jasonnrosa commented 2 years ago

Types of change

Description

We are stripping out IE specific code in favor of performance after HubSpot had dropped support for IE and now more recently Microsoft dropped support for IE. This change just removes some old IE specific CSS/JS(polyfill) code. I also removed IE11 from the supported browsers list in the repo Wiki.

For the suggestions on removing zoom from the original issue - it looks like this was tackled in an earlier PR here (https://github.com/HubSpot/cms-theme-boilerplate/commit/0f7a2fd17b5d2db79640fc90aa27ac38ee80005a).

Relevant links

GitHub issue: Fixes #367

Checklist

People to notify

CC: @TheWebTech @ajlaporte