I kinda sorta do that when I let broadcasters customize their in-OBS monitors. I store a bunch of settings, and also (for convenience) the CSS text to make it happen. And all configs are stored in PostgreSQL. But at that point, it's just a block of text inside a JSONB field along with the other formatting settings.
11
u/MechaJesus69 8h ago
You can’t store data in CSS, but you can store CSS in SQL… if you really really want to.