cmxl / theming

This sample project uses ngrx to handle color changes in CSS variables. Some minor SCSS scripts are being used to do a little theming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theming

This sample project uses ngrx to handle color changes in CSS variables. Some minor SCSS scripts are being used to do a little theming. Color variables are saved as a pseudo rgb format, i.e. red, green, blue without declaring it as a color. You can change any color in the pickers and they get immediately reflected to the site. They are not persisted and reset upon reload.

About

This sample project uses ngrx to handle color changes in CSS variables. Some minor SCSS scripts are being used to do a little theming.

License:MIT License


Languages

Language:TypeScript 60.5%Language:SCSS 19.2%Language:HTML 15.9%Language:JavaScript 4.4%