Bootstrapped a theme! :)

Permalink
Finally got a Bootstrap theme of my own running on Concrete5 with the the javascript and everything.

One question, though: do I really need to include the Bootstrap CSS and JS in my theme?

I was wondering if somehow I can just link to C5's Bootstrap and possibly load everything quicker in the process.

 
JohntheFish replied on at Permalink Reply
JohntheFish
You only need the js if you use any of the bootstrap js widgets.
zoinks replied on at Permalink Reply
What about the CSS?

I guess either way it's not advisable (or possible) to link directly to the Bootstrap that Concrete5 is already using?
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
The css depends on how self contained your theme css is. Does it provide its own carefully scoped version of all the bootstrap css rules, or does it need to inherit from some of them?

(Note 'carefully scoped' because the danger of bootstrap derived themes is they can argue with c5 edit or dashboard style rules)
zoinks replied on at Permalink Reply
Best to just keep it all in my theme, I guess. Thanks for your quick replies!