Formatting fix

This commit is contained in:
RMidhunSuresh 2022-06-15 15:04:33 +05:30
parent 48da6c782c
commit 7a3eabf39c

View file

@ -30,11 +30,11 @@ export type ThemeManifest = {
/** /**
* This is mapping from theme-id to location of css file relative to build-output root. * 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", ...} * 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 * 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 * initialized) and 'variant' is the key used to specify the variant details in the values
* section below. * section below.
*/ */
"built-asset": Record<string, string>; "built-asset": Record<string, string>;
// Location of css file that will be used for themes derived from this theme. // Location of css file that will be used for themes derived from this theme.