Skip to content

A web based theming engine that takes variables from a database and allows changes through the UI in real time. Using ASP.Net MVC 5 and the dotless compiler.

License

Notifications You must be signed in to change notification settings

devston/real-time-web-theming-engine

Repository files navigation

Web based theming engine

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.

Copyright and License

Code released under the the MIT license.

About

A web based theming engine that takes variables from a database and allows changes through the UI in real time. Using ASP.Net MVC 5 and the dotless compiler.

Topics

Resources

License

Stars

Watchers

Forks