mofron-layout-margin
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -24,3 +24,3 @@ /** | ||
let setmgn = {}; | ||
setmgn[mg] = ('number' !== typeof this.value()) ? this.value() : this.value() + 'px'; | ||
setmgn[mg] = ('number' !== typeof this.value()) ? this.value() : this.value() + 'rem'; | ||
tgt.adom().style(setmgn); | ||
@@ -27,0 +27,0 @@ } catch (e) { |
{ | ||
"name": "mofron-layout-margin", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "margin layout of mofron", | ||
@@ -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
4159