tailwindcss-themer
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -24,3 +24,3 @@ "use strict"; | ||
if (selectors.length > 0) { | ||
addVariant(variantName, selectors.map(x => `${x} &`)); | ||
addVariant(variantName, selectors.flatMap(x => [`${x} &`, `&${x}`])); | ||
} | ||
@@ -27,0 +27,0 @@ if (mediaQuery) { |
{ | ||
"name": "tailwindcss-themer", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "ryanclementshax", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
49266