Comparing version 9.0.0 to 9.1.0
@@ -127,2 +127,8 @@ 'use strict'; | ||
if (!el.counterProps) { | ||
el.counterProps = el.parent && el.parent.counterProps | ||
? Object.create(el.parent.counterProps) | ||
: {}; | ||
} | ||
if (pseudoElementType) { | ||
@@ -154,8 +160,2 @@ var pseudoElPropName = 'pseudo' + pseudoElementType; | ||
if (!el.counterProps) { | ||
el.counterProps = el.parent && el.parent.counterProps | ||
? Object.create(el.parent.counterProps) | ||
: {}; | ||
} | ||
function resetCounter(el, value) { | ||
@@ -162,0 +162,0 @@ var tokens = value.split(/\s+/); |
{ | ||
"name": "juice", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "Inlines css into html source", | ||
@@ -5,0 +5,0 @@ "bin": "bin/juice", |
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