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
Asked
Active
Viewed 281 times
1 Answers
1
No, it's not possible to change SCSS and compile it to CSS at runtime :)

Tarabass
- 3,132
- 2
- 17
- 35
-
basically you can do it, but only with server side work, i guess that wasn't his will. – aviram83 Aug 25 '15 at 07:06