A tool written in php is included inside a shop system (oxid eShop as include). The tool is written with the help of bootstrap. I am including the bootstrap.css etc. after the oxid.css (main shop css). Now I have a problem with box-sizing etc.
If I can bind the whole bootstrap.css to a container-div, that bootstrap is just available for that container.. it would solve all my problems..
#myBootstrapContainer { bootstrap only available here }
Does anyone know how to do that?