I am trying to change a variable's value in "../myStyle.scss" file from myComponent.ts . I read that it is impossible to achieve it because sass file are compiled into css by the sass pre-processor and the variable disapears. Isn't there a way to work this around.
My variable is called $theme. And I want to change it's value.
$theme: #5A352A; and I want it to become $theme: #ffffff; when the user clicks