Skip to content

Commit 5216c51

Browse files
committed
update tailwind config
1 parent 246f55d commit 5216c51

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

tailwind.config.js

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,29 @@ module.exports = {
1818
caption: ['0.75rem', { lineHeight: '1.125rem' }], // 12px
1919
},
2020
screens: {
21-
xs: '320px',
22-
sm: '360px',
23-
md: '656px',
24-
lg: '1024px',
25-
xl: '1280px',
26-
'2xl': '1536px',
21+
xs: '320px', // 4 cols
22+
sm: '480px', // 4 cols
23+
md: '592px', // 6 cols
24+
lg: '784px', // 8 cols
25+
xl: '976px', // 10 cols
26+
'2xl': '1168px', // 12 cols
27+
'3xl': '1360px', // 14 cols
28+
'4xl': '1552px', // 16 cols
29+
},
30+
spacing: {
31+
tight: '4px',
32+
text: '8px',
33+
component: '16px',
34+
card: '24px',
35+
section: '32px',
36+
container: '48px',
37+
layout: '64px',
38+
module: '80px',
39+
hero: '120px',
2740
},
2841
colors: {
2942
brand: {
30-
navy: '#1F2A52',
31-
gray: '#272c30',
3243
'light-gray': '#D3D3D3',
33-
slate: '#3c454d',
34-
sapphire: '#2C4DDA',
35-
amethyst: '#BB3EEF',
36-
blush: '#E8AEB7',
3744
},
3845
neu: {
3946
navy: {
@@ -60,12 +67,6 @@ module.exports = {
6067
'neu-white-inset':
6168
'inset 4px 4px 8px rgba(0, 0, 0, 0.08), inset -4px -4px 8px rgba(255, 255, 255, 0.8)',
6269
},
63-
backgroundImage: {
64-
// Metal Values
65-
'metal-gold': 'var(--metal-gold)',
66-
'metal-black': 'var(--metal-black)',
67-
'metal-silver': 'var(--metal-silver)',
68-
},
6970
},
7071
},
7172
plugins: [],

0 commit comments

Comments
 (0)