Currently, I am developing web software that utilizes two separate style sheets - one for style (style.css) and one for layout (layout.css). I am questioning the necessity of this setup, as certain style choices can impact the layout, and vice versa. Would consolidating all CSS into one page make the development process smoother? Managing multiple style sheets can be quite cumbersome.
Do you have any thoughts or suggestions on this matter? What is considered best practice in this scenario?
Thank you, PQ