babel-plugin-react-autoprefix
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -30,3 +30,3 @@ 'use strict'; | ||
// ensure that the value is a string | ||
var value = prop.get('value'); | ||
var value = prop.get('value').resolve(); | ||
if (!value.isLiteral()) return; | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "babel-plugin-react-autoprefix", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Adds vendor prefixes to inline styles in React elements", | ||
@@ -5,0 +5,0 @@ "repository": "UXtemple/babel-plugin-react-prefix-styles", |
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
8124