twitter bootstrap - React app wrapped in Wordpress template leads to css problems -
i have created web app reactjs want make part of wordpress page. web app ist styled using react bootstrap.
the idea was: use wordpress template renders div app loads into:
wordpress template:
<div id="app"> </div>
styling app restricted div "app":
#app { //bootstrap css + additional css used app }
this way style of app doesn't interfere css of wordpress template , header / footer of page perfect.
the problem:
the css of wordpress theme conflict bootstrap css used in div "app". because of web app looks mess.
is there (easy) way ignore css of wordpress template within app div?
Comments
Post a Comment