To update a project from Bootstrap v3 to Bootstrap v4 just change the files?

Asked

Viewed 1,736 times

1

I have a project that was done using the Bootstrap v3, however I would like to update it to version 4, for this, just change the files or it will be necessary to rewrite again?

1 answer

4


No, it’s not just changing the files, because there are a number of new classes in version 4 and others in version 3 that have been discontinued, in addition to CSS and Javascript that have also been changed...

Javascript files also have their differences between versions 3 and 4 and the components of one do not work with the other’s Script. The Combobox even is a very problem component when used in wrong version.

Another problem you may have is with the @medias, for the Grids are different from one version and another. The Breakings points are different, soon the columns will not have exactly the same width between one version and another.

The very one Bootstrap has a official documentation about the Migration Process from one version to another

Browser other questions tagged

You are not signed in. Login or sign up in order to post.