Quick background: I’ve been a UI developer for 10+ years but always in the ‘one client:one style sheet’ capacity. I now work for eCommerce company that makes regular updates & enhancements to a small group of clients.
Currently I have to enhance the default style sheet and then apply the updates manually to every client instance (each client uses the same CSS model) – quite time consuming. The other option is to put the updates in each of the version release notes and have the client piece meal the additions in- quite risky.
I’m not sure where to begin. How does one have a master file that then appends all its subordinates? I’m not sure if SASS or the Ruby Assets Pipeline can offer any help.
Much thanks.
-james