How to make CSS load live based on options clicked in the theme customizer?

Why don’t you create a JavaScript which will listen for change. When you click what you should click you just change the CSS with JS or add some class.

So like that when you click SAVE it will work and you will have live preview.