mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Fully implement Flex and MatchMedia
This commit is contained in:
@@ -70,13 +70,12 @@ const variables = {
|
||||
fontWeightMedium: 550,
|
||||
/* Breakpoints */
|
||||
breakpoints: {
|
||||
xs: 0,
|
||||
sm: 320,
|
||||
md: 640,
|
||||
lg: 1024,
|
||||
xl: 1400,
|
||||
xxl: 1600,
|
||||
xs: 320,
|
||||
sm: 640,
|
||||
md: 1024,
|
||||
lg: 1400,
|
||||
xl: 1600,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = variables;
|
||||
export default variables;
|
||||
|
||||
Reference in New Issue
Block a user