94233: use actual CSS variables in theme

This commit is contained in:
lotte
2022-09-12 17:42:37 +02:00
parent e4f483c308
commit f70fc7b87a
19 changed files with 226 additions and 64 deletions

View File

@@ -0,0 +1,4 @@
export interface KeyValuePair<K, V> {
key: K;
value: V;
}