Reputation: 11
When I create a solution in visual studio 2019 for a web application, the project is create with a bootstrap 3, but when I update to bootstrap 4 the project view gets broken, the menu bar appears broken. Has anyone ever experienced that kind of problem?
Upvotes: 0
Views: 1213
Reputation: 138
Here's a site that I found, that helps. However, you may need to adjust a few things but this does a lot of the heavy work. (please read disclaimers on site)
Upvotes: 0
Reputation: 1931
Yes bootstrap 3 to 4 is a major change. You will need to change some thing. It is probably not vs2019. https://getbootstrap.com/docs/4.0/migration/
Upvotes: 1