Responsive Components <3

This commit is contained in:
Belén Curcio
2018-07-11 17:50:21 -03:00
parent 5118d5ae58
commit 43c13c0731
16 changed files with 245 additions and 10 deletions
+9
View File
@@ -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;