Consider the following design...
Lets's assume that (scenario 1):
- The outer design with grey sections, and blue & green buttons is Bootstrap
- The inner design with purple and yellow sections is also Bootstrap, but a different stylesheet
- The red box is imaginary. It only exists to demonstrate where the partitioning should occur.
Let's assume that (scenario 2):
- The outer design with grey sections, and blue & green buttons is Bootstrap
- The inner design with purple and yellow sections is Material
- The red box is imaginary, as above.
Is it possible to partition CSS stylesheets like this, where one can only render up to an element, and the other can only render from that element (in this case, where the imaginary red box is)?