Results 3 issues of Marclei Silva

I wanto to send a message with attachments using the API, anyone could help?

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....