What is the best way to use Bootstrap and 960gs simultaneously?

722 Views Asked by At

I have a website project that I'm doing in Bootstrap3, but the top menu was done in 960gs. What is the best way to use both at the same time, without one interfering with the other?

1

There are 1 best solutions below

1
xengravity On BEST ANSWER

The best way is to not use both. 960gs is not responsive. Instead of spending the time to make it responsive, it would be more advisable to create the menu using bootstrap so it's responsive from the start and you eliminate a secondary framework.

If you want to move forward with using both frameworks you can namespace bootstrap. This has already been answered here:

How to namespace Twitter Bootstrap so styles don't conflict

and

css framework for an app with existing stylesheet