From f75ee86c0e30288aa5af9cf1906fe76a0ccfbd2c Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 5 Apr 2022 16:27:23 +0530 Subject: [PATCH] Change comment --- scripts/build-plugins/rollup-plugin-build-themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-plugins/rollup-plugin-build-themes.js b/scripts/build-plugins/rollup-plugin-build-themes.js index 2355a136..74fe4daf 100644 --- a/scripts/build-plugins/rollup-plugin-build-themes.js +++ b/scripts/build-plugins/rollup-plugin-build-themes.js @@ -82,7 +82,7 @@ module.exports = function buildThemes(options) { for (const [variant, details] of Object.entries(variants)) { const fileName = `theme-${themeName}-${variant}.css`; if (details.default) { - // This theme is the default for when Hydrogen launches for the first time + // This is one of the default variants for this theme. if (details.dark) { defaultDark = fileName; }