I migrate bootstrap to 5.3.3 from 4.6 and now i have a lot of problems with jQuery actions (like show()
, hide()
, slideToggle()
) and bootstrap css…
for example when i have an display: none
on property style of the element it’s overrided by display: flex !important
from d-flex
parent…
all properties change with !important
… am using bootstrap sass.
what can i do?
should i override all bootstrap properties to remove the !important
?
thanks by advance