mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Formatting fix
This commit is contained in:
parent
48da6c782c
commit
7a3eabf39c
@ -30,11 +30,11 @@ export type ThemeManifest = {
|
||||
/**
|
||||
* This is mapping from theme-id to location of css file relative to build-output root.
|
||||
* eg: {"element-light": "assets/theme-element-light.10f9bb22.css", ...}
|
||||
*
|
||||
*
|
||||
* Here theme-id is 'theme-variant' where 'theme' is the key used to specify the manifest
|
||||
* location for this theme-collection in vite.config.js (where the themeBuilder plugin is
|
||||
* location for this theme-collection in vite.config.js (where the themeBuilder plugin is
|
||||
* initialized) and 'variant' is the key used to specify the variant details in the values
|
||||
* section below.
|
||||
* section below.
|
||||
*/
|
||||
"built-asset": Record<string, string>;
|
||||
// Location of css file that will be used for themes derived from this theme.
|
||||
|
Loading…
Reference in New Issue
Block a user