Add custom width and height utilities to Tailwind configuration

This commit is contained in:
kwaroran
2024-11-02 04:05:58 +09:00
parent 4fb1caa1bc
commit 81cc9f0c9b

View File

@@ -57,7 +57,17 @@ export default {
'14': '3.5rem', '14': '3.5rem',
'20': '5rem', '20': '5rem',
'32': '9rem', '32': '9rem',
'4': "0.75rem" '4': "0.75rem",
'96': '24rem',
'110': '28rem',
'124': '32rem',
'138': '36rem',
},
height:{
'96': '24rem',
'110': '28rem',
'124': '32rem',
'138': '36rem',
} }
} }
}, },