I'm adding a new page to a current site - with php. I decided that the best solution, for this new page, was to add bootstrap, for column capability.
The issue stems from accessing both the original style sheet AND the bootstrap.min.css // the original style sheet is overridden.
What is the best way to keep the original styles, while integrating the capabilities of bootstrap?
Essentially, I don't want bootstrap to replace the original style sheet - just enhance it.