Bootstrap on frontend

Permalink
I'm sorry if this has been answered already - I looked around the forum and didn't find a definitive answer. If I drop Bootstrap (v2.0.4) in on a frontend theme do I need to make any modifications to it in order for it to play nice with c5's editing bar / inline tools? I saw one suggestion saying to prepend/namespace all the Bootstrap classes with a wrapper ID - but I just want to know if that's necessary first.

Thanks, -Brian

hursey013
 
ScottC replied on at Permalink Reply
ScottC
I don't think so, if you look at the .less files everything is wrapped in a .ccm-ui { } which compiles down basically prefixing it but I'm not 100% sure if you would have many or any conflicts.

I haven't really explored it, but I think you should give it a try? :)
JohntheFish replied on at Permalink Reply
JohntheFish
I think there are already some bootstrap frontend themes in the marketplace. Not sure what version.
hursey013 replied on at Permalink Reply
hursey013
I just customized bootstrap to include only the elements I need and I haven't seen any weirdness. When I tried to include the whole bootstrap library, I noticed some of the buttons (like "edit this page") were missing for whatever reason.