forked from mystiq/hydrogen-web
Fix formatting
This commit is contained in:
parent
9fbe8a4e32
commit
b00bbc7daf
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ type Variant = {
|
||||||
/**
|
/**
|
||||||
* Mapping from css variable to its value.
|
* Mapping from css variable to its value.
|
||||||
* eg: {"background-color-primary": "#21262b", ...}
|
* eg: {"background-color-primary": "#21262b", ...}
|
||||||
* */
|
*/
|
||||||
variables: Record<string, string>;
|
variables: Record<string, string>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue