9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
|
// defaultConfig.stub.js
|
||
|
|
||
|
screens: {
|
||
|
sm: '640px',
|
||
|
md: '768px',
|
||
|
lg: '1024px',
|
||
|
xl: '1280px',
|
||
|
},
|