radix-ui-themes-with-tailwind
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -78,2 +78,5 @@ 'use strict'; | ||
colors2["DEFAULT"] = `var(--${color}-9)`; | ||
if (color === "accent") { | ||
colors2["surface"] = `var(--color-surface-accent)`; | ||
} | ||
} | ||
@@ -80,0 +83,0 @@ return colors2; |
{ | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"name": "radix-ui-themes-with-tailwind", | ||
@@ -4,0 +4,0 @@ "description": "Tailwind plugin for Radix Themes", |
@@ -69,2 +69,5 @@ import plugin from "tailwindcss/plugin"; | ||
colors["DEFAULT"] = `var(--${color}-9)`; | ||
if (color === "accent") { | ||
colors["surface"] = `var(--color-surface-accent)`; | ||
} | ||
} | ||
@@ -71,0 +74,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4784542
53
20003
7