I have a bunch of content pages that follow a modular design with 10 or so variable components on the page. It's relatively complicated in that there are a whole bunch of media queries to make the various components responsive and to ensure that they adapt at the same times.
The pages are single column.
I've been tasked with ingesting this content into 50+ other sites that have varying available widths for their content with left and/or right columns either side of the content.
With the single-column media query snap-points the content doesn't resize as desired so I need to use different snap-points for all of the sites that are ingesting the content.
I've looked at using a CSS preprocessor but that unfortunately isn't available and a large number of our users are stuck using IE11 so I don't think I can use regular CSS vars.
I'm hoping to avoid needing a fresh copy of the CSS for every site that ingests the content.
I'll be ever so grateful for any suggestions of a solution or any ideas of avenues that I can explore.