WIP
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
export const DEFAULT_MEDIA_BREAKPOINTS = [
|
||||
{
|
||||
name: 'xs',
|
||||
width: 0,
|
||||
},
|
||||
{
|
||||
name: 'is',
|
||||
width: 400,
|
||||
},
|
||||
{
|
||||
name: 'sm',
|
||||
width: 576,
|
||||
},
|
||||
{
|
||||
name: 'md',
|
||||
width: 768,
|
||||
},
|
||||
{
|
||||
name: 'lg',
|
||||
width: 992,
|
||||
},
|
||||
{
|
||||
name: 'xl',
|
||||
width: 1200,
|
||||
},
|
||||
{
|
||||
name: 'xxl',
|
||||
width: 1400,
|
||||
},
|
||||
{
|
||||
name: 'xxxl',
|
||||
width: 1600,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user