Having experience with bootstrap, semanticUI, foundation, and other frameworks, my new project involves adding features to an existing website without rebuilding it entirely.
I am looking to implement a partial view using a framework's CSS. How can I achieve this without starting from scratch? For example, is it possible to use a CSS framework for specific elements within the site?
<body> <!-- regular old website css -->
<div class="old"></div>
<div class="everything-in-here-using-css-framework"></div>
</body>
I want to know if this is feasible and which frameworks support this type of implementation.