tailwindcss-primeui
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "tailwindcss-primeui", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Utilities for Tailwind CSS", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -25,3 +25,3 @@ module.exports = ({ addUtilities }) => | ||
'.text-color-emphasis': { | ||
color: 'var(--p-text-color)' | ||
color: 'var(--p-text-hover-color)' | ||
}, | ||
@@ -32,4 +32,4 @@ '.text-muted-color': { | ||
'.text-muted-color-emphasis': { | ||
color: 'var(--p-text-muted-color)' | ||
color: 'var(--p-text-hover-muted-color)' | ||
} | ||
}); |
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
25827