generated from Seekra/repository-template
Use CSS variables #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CSS Variables
We should use CSS variables for values like theme colors etc. By using CSS variables, these values can be changed in a single location instead of having to edit them manually in every file where they appear.
mainto refactor/css-variables