Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 95a1cac

Browse files
committed
Add custom breakpoints to tailwind config
1 parent 8c36962 commit 95a1cac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tailwind.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ module.exports = {
3636
h5: ['1.25rem', '2rem'],
3737
lead: ['1.5rem', '2.25rem']
3838
},
39+
screens: {
40+
tablet: '640px',
41+
laptop: '1024px',
42+
desktop: '1280px'
43+
},
3944
spacing: {
4045
// The px values for spacing are equivalent to their keys.
4146
px: '1px',

0 commit comments

Comments
 (0)