Bootstrap 5 will drop IE11 Support?

Wow, I didn’t see that coming but let’s talk about it a bit. According to an article on designmodo.com (there are other sites mentioning this as well), the most popular CSS Framework will drop support for not only IE10 but IE11 as well. This is huge and I think a step in the right direction. I assume there will be things within bootstrap to add support for it, but out of the box, it’s not intended.

I mean coding a website for IE11 is a pain in the ass, especially if you want to use the latest and coolest shit, like CSS Grid and CSS Variables. Of course, there are ways to make it work but it’s always a hassle. So I’m curious how this plays out because according to Microsoft, IE11 will exist as long as Windows 10 exists, which could be a looooooooooooong time. Time to put a fork into it and make it die quickly.

Here are some other interesting changes in Bootstrap 5:

  • jQuery was removed, switch to Vanilla JavaScript
  • Responsive Font Sizes

I’m glad jQuery is starting to fade, go for Vanilla JavaScript, doing that here for some time as well. And responsive Font Sizes are something I’ve been using here as well, but apparently, there’s an engine for this, have to look into that. Cool things are happening.