From 6f4a7e074a4f6b32a6a716957ea1adb850bb94ae Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Thu, 10 Mar 2022 17:27:12 +0530 Subject: [PATCH] Change confusing doc --- postcss/css-compile-variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss/css-compile-variables.js b/postcss/css-compile-variables.js index d5e78352..4adfc7b1 100644 --- a/postcss/css-compile-variables.js +++ b/postcss/css-compile-variables.js @@ -87,7 +87,7 @@ function addResolvedVariablesToRootSelector(root, variables, {Rule, Declaration} /** * * @param {Object} opts - Options for the plugin - * @param {Object} opts.variables - An object with records of the form: {base_variable_name: value} + * @param {Object} opts.variables - An object with of the form: {base_variable_name_1: value, base_variable_name_2: value, ...} * @param {derive} opts.derive - The callback which contains the logic for resolving derived variables */ module.exports = (opts = {}) => {