i opted to use media queries throughout my styles instead of importing separate sheets. saved kb's and made the code more maintainable
/'' in one stylesheet ''/@media (max-width: 600px) {/'' small screen stuff here ✅ ''/}vs multiple imports:
@import "small-screens. css";
@import "large-screen-overrides. css";
the media query approach made it easier to manage breakpoints and kept the codebase cleaner. results were stellar, client was