styled-system
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -55,4 +55,6 @@ 'use strict'; | ||
return function (n) { | ||
if (Array.isArray(val)) return n === true ? val[0] : val[1]; | ||
return n === true ? val : n; | ||
}; | ||
}; |
{ | ||
"name": "styled-system", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
39776
658