From efef7147afe50a4ce84f305bdf833481270ef129 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 12 Apr 2022 21:02:30 +0530 Subject: [PATCH] Modify jsdoc comment --- scripts/postcss/css-compile-variables.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postcss/css-compile-variables.js b/scripts/postcss/css-compile-variables.js index cc822517..0f58a635 100644 --- a/scripts/postcss/css-compile-variables.js +++ b/scripts/postcss/css-compile-variables.js @@ -124,6 +124,7 @@ function populateMapWithDerivedVariables(map, cssFileLocation) { * @param {string} value - The base value on which an operation is applied * @param {string} operation - The operation to be applied (eg: darker, lighter...) * @param {string} argument - The argument for this operation + * @param {boolean} isDark - Indicates whether this theme is dark */ /** *