mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Responsive Components <3
This commit is contained in:
@@ -68,6 +68,15 @@ const variables = {
|
||||
fontWeightLight: 300,
|
||||
fontWeightRegular: 400,
|
||||
fontWeightMedium: 550,
|
||||
/* Breakpoints */
|
||||
breakpoints: {
|
||||
xs: 0,
|
||||
sm: 320,
|
||||
md: 640,
|
||||
lg: 1024,
|
||||
xl: 1400,
|
||||
xxl: 1600,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = variables;
|
||||
|
||||
Reference in New Issue
Block a user