chore: upgrade tailwind

This commit is contained in:
Aman Harwara
2023-12-23 12:46:47 +05:30
parent 0b7372a007
commit a5e2551dd0
21 changed files with 39 additions and 57 deletions

View File

@@ -26,29 +26,9 @@ module.exports = {
'safe-right': 'var(--safe-area-inset-right)',
},
minWidth: {
1: '0.25rem',
2: '0.5rem',
3: '0.75rem',
4: '1rem',
5: '1.25rem',
6: '1.5rem',
8: '2rem',
8.5: '2.125rem',
9: '2.25rem',
10: '2.5rem',
15: '3.75rem',
20: '5rem',
24: '6rem',
30: '7.5rem',
40: '10rem',
42: '10.5rem',
50: '12.5rem',
55: '13.75rem',
60: '15rem',
68: '17rem',
70: '17.5rem',
76: '19rem',
80: '20rem',
90: '22.5rem',
},
maxWidth: {
@@ -56,11 +36,6 @@ module.exports = {
89: '22.25rem',
125: '31.25rem',
},
minHeight: {
1: '0.25rem',
2: '0.5rem',
11: '2.75rem',
},
maxHeight: {
110: '27.5rem',
},