Change confusing doc

This commit is contained in:
RMidhunSuresh 2022-03-10 17:27:12 +05:30
parent 9f77df0bff
commit 6f4a7e074a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}) => {