In my application, I have to add a function that allows the user to change the colors of the user interface.
To this end, I created a .less file and set some global variables to their default value.
What is the best practice for creating a theme in Asp.net MVC?
source
share