@trackunit/css-tailwind-custom-properties-plugin 0.0.66 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -26,4 +26,4 @@ export declare const flattenVariablesDeclerationValues: (values: object, output?
|
|
|
26
26
|
* @param variablesDecleration An object containing the CSS variables and their corresponding values.
|
|
27
27
|
* @returns {CSSRuleObject[]} An array of CSS rules.
|
|
28
28
|
*/
|
|
29
|
-
export declare const variablesToCSSRules: (variablesDecleration: object) => CSSRuleObject[];
|
|
29
|
+
export declare const variablesToCSSRules: (variablesDecleration: object | null) => CSSRuleObject[];
|