@trackunit/css-tailwind-custom-properties-plugin
Advanced tools
Comparing version 0.0.8-alpha-307439490d.0 to 0.0.8
{ | ||
"name": "@trackunit/css-tailwind-custom-properties-plugin", | ||
"version": "0.0.8-alpha-307439490d.0", | ||
"version": "0.0.8", | ||
"main": "./index.cjs", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
@@ -7,2 +7,3 @@ import { CSSRuleObject } from "tailwindcss/types/config"; | ||
* Converts an array of keys to a valid CSS custom property name. | ||
* | ||
* @param keys An array of strings representing the keys to be converted to a CSS custom property name. | ||
@@ -25,2 +26,3 @@ * @returns A string representing the CSS custom property name. | ||
* Converts a object containing CSS variables to an array of CSS rules. | ||
* | ||
* @param variablesDecleration An object containing the CSS variables and their corresponding values. | ||
@@ -27,0 +29,0 @@ * @returns An array of CSS rules. |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
94
0
5953