Hi guys,
I was hoping to see if there are best practices or pointers when using multiple stylesheets that only differ slightly. Case:
The stylesheets are largely similar, with small variations in things like $brand-primary, the border-radius of .cards and a few other things.
the usage of multiple stylesheets is not the problem, as that is working. The maintainability however is, as I don't want to have to update every stylesheet with every change.
I want something like a 'master' stylesheet, with the specifics per environments in separate small stylesheets that’ll complement the master.
Is something like this possible/difficult?