Skip to content

Instantly share code, notes, and snippets.

@mu29
Created July 12, 2021 10:42
Show Gist options
  • Select an option

  • Save mu29/8e60277fdf1078f04a72acd9a65dc1a3 to your computer and use it in GitHub Desktop.

Select an option

Save mu29/8e60277fdf1078f04a72acd9a65dc1a3 to your computer and use it in GitHub Desktop.
const baseTheme = {
space: {
0: 0,
2: 2,
4: 4,
6: 6,
8: 8,
10: 10,
12: 12,
14: 14,
16: 16,
18: 18,
20: 20,
24: 24,
28: 28,
30: 30,
36: 36,
40: 40,
60: 60,
},
breakpoints: ['414px', '768px', '1240px'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment