1

I want to change the theme color of extjs app based on the color provide by the user at run time. Is it possible to override scss varible and create css file again so that i can apply my custom style to whole app

Tarabass
  • 3,132
  • 2
  • 17
  • 35

1 Answers1

1

No, it's not possible to change SCSS and compile it to CSS at runtime :)

Tarabass
  • 3,132
  • 2
  • 17
  • 35