I have a Sass file which is generating a CSS file. I have used many variables in my sass file for background color, font-size, now I want to control my all variables through
If you're looking to do what bootstrap do (ie editing fields to download a theme).
You'd have to:
.replace() to search and replace variablesI'd personally do this with php.