bootstrap-converter
bootstrap-converter copied to clipboard
Bootstrap 3 to Bootstrap 4 Converter
Hello, can you please update to latest BS 4.x and 5.x options
Typo
Need to correct element class name below where "nav-intem" is read change to "nav-item" ``` function navbarConverter($, file){ $('.nav.navbar > li > a').each(function() { $(this).addClass('nav-link'); }); $('.nav.navbar > li').each(function() {...
The **bootstrap-converter** does not support "input group addon" class conversion. I came up with a "input-group-addon" solution that might help. It should be added to inputConverter() function, or somewhere else....
Hi there! I'm making use of this script and finding it useful so far for saving time. I noticed this logic that is meant to convert the different types of...