@styled-system/css
Advanced tools
Comparing version 5.0.16 to 5.0.17
@@ -132,3 +132,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
for (var i = 0; i < value.length; i++) { | ||
for (var i = 0; i < value.slice(0, mediaQueries.length).length; i++) { | ||
var media = mediaQueries[i]; | ||
@@ -135,0 +135,0 @@ if (value[i] == null) continue; |
@@ -140,3 +140,3 @@ "use strict"; | ||
for (var i = 0; i < value.length; i++) { | ||
for (var i = 0; i < value.slice(0, mediaQueries.length).length; i++) { | ||
var media = mediaQueries[i]; | ||
@@ -143,0 +143,0 @@ if (value[i] == null) continue; |
{ | ||
"name": "@styled-system/css", | ||
"version": "5.0.16", | ||
"version": "5.0.17", | ||
"description": "Styled System for the `css` prop", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "ba90b18c253dbce67125fb2ba65776ccfde68a9b", | ||
"gitHead": "19d03a83040ada26b5c5cec366e73474463cb3d8", | ||
"publishConfig": { | ||
@@ -21,0 +21,0 @@ "access": "public" |
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
14665