diff --git a/src/platform/types/theme.ts b/src/platform/types/theme.ts index a0578f10..b01e6d5b 100644 --- a/src/platform/types/theme.ts +++ b/src/platform/types/theme.ts @@ -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; // Location of css file that will be used for themes derived from this theme.