Is it possible to use Bootstrap 3 for styling plugins in App_Plugins without afffecting the whole back office design? When you include bootstrap.min.3.css into your view.html it's applying styles to whole backoffice so we would like to avoid that.
I was thinking of using custom namespace but I ended using Bootstrap 3 customization page http://getbootstrap.com/customize/ and just selected Grid System, Tables and some other components. Works great and when Umbraco upgrades to Bootstrap 3 i won't need to change anything specific.
Bootstrap 3 for plugins
Hi,
Is it possible to use Bootstrap 3 for styling plugins in App_Plugins without afffecting the whole back office design? When you include bootstrap.min.3.css into your view.html it's applying styles to whole backoffice so we would like to avoid that.
Thanks
I'm over a year too late with this, but I think the only solution is to add a namespace to a custom less/sass implementation of Bootstrap.
Check out the following link for more details: http://stackoverflow.com/questions/13966259/how-to-namespace-twitter-bootstrap-so-styles-dont-conflict
Thanks for responding.
I was thinking of using custom namespace but I ended using Bootstrap 3 customization page http://getbootstrap.com/customize/ and just selected Grid System, Tables and some other components. Works great and when Umbraco upgrades to Bootstrap 3 i won't need to change anything specific.
is working on a reply...