Comparing version 1.0.11 to 1.0.12
@@ -98,3 +98,3 @@ var margins = require('mucss/margin'); | ||
//correct parentRect | ||
if (parent === window || (parent === doc.body && getComputedStyle(parent).position === 'static') || parent === root) { | ||
if ((parent === doc.body && getComputedStyle(parent).position === 'static') || parent === root) { | ||
parentRect.left = 0; | ||
@@ -101,0 +101,0 @@ parentRect.top = 0; |
{ | ||
"name": "aligner", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Align elements just like photoshop/illustrator does", | ||
@@ -5,0 +5,0 @@ "main": "index.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
9329