typography-breakpoint-constants
Advanced tools
Comparing version 0.14.0 to 0.15.10
{ | ||
"name": "typography-breakpoint-constants", | ||
"description": "Provide helpful constants for setting responsive breakpoints", | ||
"version": "0.14.0", | ||
"version": "0.15.10", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -7,4 +7,6 @@ export const LARGER_DISPLAY_WIDTH = '1600px' | ||
export const LARGER_DISPLAY_MEDIA_QUERY = '@media only screen and (max-width:1600px)' | ||
export const LARGE_DISPLAY_MEDIA_QUERY = '@media only screen and (max-width:1280px)' | ||
export const LARGER_DISPLAY_MEDIA_QUERY = | ||
'@media only screen and (max-width:1600px)' | ||
export const LARGE_DISPLAY_MEDIA_QUERY = | ||
'@media only screen and (max-width:1280px)' | ||
export const DEFAULT_MEDIA_QUERY = '@media only screen and (max-width:980px)' | ||
@@ -18,2 +20,2 @@ export const TABLET_MEDIA_QUERY = '@media only screen and (max-width:768px)' | ||
export const MIN_TABLET_MEDIA_QUERY = '@media (min-width:768px)' | ||
export const MIN_MOBILE_MEDIA_QUERY = '@media (min-width:480px)' | ||
export const MIN_MOBILE_MEDIA_QUERY = '@media (min-width:480px)' |
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
5145
35