After creating a WordPress plugin, I am considering revamping its layout with the help of bootstrap CSS and js. However, I have encountered issues in the past due to conflicting CSS naming conventions. I want to ensure that there are no namespace conflicts when integrating bootstrap. Is there a way to achieve this without having to rename all the bootstrap CSS names?
Thank you