Comparing version 0.1.0 to 0.1.1
@@ -126,7 +126,8 @@ /** | ||
if (disableMix) { | ||
if (_value != null) { | ||
if (inlineStyle == null) { | ||
inlineStyle = {}; | ||
} | ||
if (inlineStyle == null) { | ||
inlineStyle = {}; | ||
} // Only set the value if it hasn't already been set | ||
if (inlineStyle[_prop] === undefined) { | ||
inlineStyle[_prop] = _value; | ||
@@ -133,0 +134,0 @@ } |
{ | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"name": "styleq", | ||
@@ -4,0 +4,0 @@ "main": "styleq.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27959
0