@adeira/babel-plugin-transform-sx-tailwind
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -8,3 +8,3 @@ { | ||
"private": false, | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"sideEffects": false, | ||
@@ -23,4 +23,5 @@ "dependencies": { | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-tester": "^10.0.0" | ||
"babel-plugin-tester": "^10.0.0", | ||
"jest-serializer-path": "^0.1.15" | ||
} | ||
} |
@@ -29,2 +29,8 @@ "use strict"; | ||
var tailwindUtility = tailwindStyles[utilityName]; | ||
if (tailwindUtility == null) { | ||
// TODO: maybe a typo, suggest correct utility name | ||
throw new Error("Unknow utility name: ".concat(utilityName)); | ||
} | ||
var keyframe = tailwindKeyframes[tailwindUtility.animationName]; | ||
@@ -31,0 +37,0 @@ |
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
18613
195
4