forked from mystiq/hydrogen-web
typo
This commit is contained in:
parent
6f4a7e074a
commit
2c068cc3ce
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function addResolvedVariablesToRootSelector(root, variables, {Rule, Declaration}
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param {Object} opts - Options for the plugin
|
* @param {Object} opts - Options for the plugin
|
||||||
* @param {Object} opts.variables - An object with of the form: {base_variable_name_1: value, base_variable_name_2: value, ...}
|
* @param {Object} opts.variables - An object 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
|
* @param {derive} opts.derive - The callback which contains the logic for resolving derived variables
|
||||||
*/
|
*/
|
||||||
module.exports = (opts = {}) => {
|
module.exports = (opts = {}) => {
|
||||||
|
|
Loading…
Reference in a new issue