react-grid-system
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -46,3 +46,3 @@ "use strict"; | ||
newScreenClass = 'xs'; | ||
if (newScreenClass[0] && viewport >= breakpoints[0]) newScreenClass = 'sm'; | ||
if (breakpoints[0] && viewport >= breakpoints[0]) newScreenClass = 'sm'; | ||
if (breakpoints[1] && viewport >= breakpoints[1]) newScreenClass = 'md'; | ||
@@ -49,0 +49,0 @@ if (breakpoints[2] && viewport >= breakpoints[2]) newScreenClass = 'lg'; |
{ | ||
"name": "react-grid-system", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -26,3 +26,3 @@ /* global window */ | ||
newScreenClass = 'xs'; | ||
if (newScreenClass[0] && viewport >= breakpoints[0]) newScreenClass = 'sm'; | ||
if (breakpoints[0] && viewport >= breakpoints[0]) newScreenClass = 'sm'; | ||
if (breakpoints[1] && viewport >= breakpoints[1]) newScreenClass = 'md'; | ||
@@ -29,0 +29,0 @@ if (breakpoints[2] && viewport >= breakpoints[2]) newScreenClass = 'lg'; |
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
92216