Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 776 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 776 Bytes

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.