Currently, I am developing a SaaS platform that will feature customized styles for user accounts. The current method involves using YAML to create unique stylesheets for each account.
However, as the number of accounts increases, I am starting to question the scalability of this approach. Is there perhaps a database solution available for managing dynamic styles or something similar?
A good example to consider would be Tumblr.com - does anyone have any insights into how they store and handle styles?
I would greatly appreciate any assistance on this matter.
Thank you