From 7a3eabf39cc313a759c980ff8fa84e2014c89ef8 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 15 Jun 2022 15:04:33 +0530 Subject: [PATCH] Formatting fix --- src/platform/types/theme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.