This is an example project of how to make a dynamic themable CSS stylesheet. Theme variables are stored in the database, and can be modified through the user interface. Any changes made in the user interface are reflected to all users of the site in real time.
This project makes use of C#, TypeScript / JavaScript, SCSS, .Less, WebPack, NPM and the dotless compiler.
Warning: This project is currently not in a working state as entity framework is not configured to be code first so a '.bak' is required. This will need to be switched over to be code first.
Code released under the the MIT license.