Const
Default media breakpoint thresholds.
{ mobile: { min: 0, max: 639, }, tablet: { min: 640, max: 1024, }, notebook: { min: 1025, max: 1439, }, desktop: { min: 1440, max: 1919, }, tv: { min: 1920, max: 100000, },} Copy
{ mobile: { min: 0, max: 639, }, tablet: { min: 640, max: 1024, }, notebook: { min: 1025, max: 1439, }, desktop: { min: 1440, max: 1919, }, tv: { min: 1920, max: 100000, },}
Default media breakpoint thresholds.