Bootstrap v2 and Concrete5
Permalink
I have a site I have developed using Bootstrap v2.0
I know Concrete5 comes with Bootstrap v1.4, is there a way for me to use 2.0 and how do I go about doing it?
Thanks!
I know Concrete5 comes with Bootstrap v1.4, is there a way for me to use 2.0 and how do I go about doing it?
Thanks!
Would you mind posting an example of what you mean?
Thanks,
Thanks,
.some-bootstap-class { /*css*/ }
#mywrapper .some-bootstap-class { /*css*/ }
So I have to go through the entire bootstrap css and change all of them?
yea, or you could take the .less files and do
and compile them (faster)
#myWrapper { .some-bootstrap-class {} .another-class {} }
and compile them (faster)
So then I just put a wrapper on the page, and good to go then?
I think so, you might need to do some minor fixing though
I've had good results just dropping in unmodified bootstrap. So you might just try that before building your own.
You mainly have to wrap all the bootstrap classes with your own wrapper class.
Mike