I'm wondering if it is possible to change the bootstrap color variables at runtime.
I'm using Orchard Core and I would like to create a Bootstrap module where we can pick the colors in the admin area.
Then I would like to be able to call the compiled stylesheet with a controller and not with a static file because I use this in a multi tenant environment so other tenants cannot access the wrong file.
Did anyone try to do this. If so, how do you start with this.
I created a Controller that outputs a css file but that's all I have for now