@trackunit/css-tailwind-custom-properties-plugin
Advanced tools
Comparing version 0.0.66 to 0.0.67
{ | ||
"name": "@trackunit/css-tailwind-custom-properties-plugin", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
"main": "./index.cjs.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -29,2 +29,2 @@ import { CSSRuleObject } from "tailwindcss/types/config"; | ||
*/ | ||
export declare const variablesToCSSRules: (variablesDecleration: object) => CSSRuleObject[]; | ||
export declare const variablesToCSSRules: (variablesDecleration: object | null) => CSSRuleObject[]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8695