Skip to content

Commit 1b48ffc

Browse files
Removed: Line-height settings from font sizes
1 parent 99d6ebc commit 1b48ffc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tailwind.config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ module.exports = {
2121
}
2222
},
2323
fontSize: theme => ({
24-
'xs': ['0.75rem', theme('lineHeight.normal')], // 12
25-
'sm': ['0.875rem', theme('lineHeight.normal')], // 14
26-
'base': ['1rem', theme('lineHeight.normal')], // 16
27-
'md': ['1.125rem', theme('lineHeight.normal')], // 18
28-
'lg': ['1.25rem', theme('lineHeight.normal')], // 20
29-
'xl': ['1.5rem', theme('lineHeight.normal')], // 24
30-
'2xl': ['1.875rem', theme('lineHeight.normal')], // 30
31-
'3xl': ['2.25rem', theme('lineHeight.normal')], // 36
32-
'4xl': ['3rem', theme('lineHeight.normal')], // 48
33-
'5xl': ['4rem', theme('lineHeight.normal')], // 64
34-
'6xl': ['4.5rem', theme('lineHeight.normal')] // 72
24+
'xs': '0.75rem', // 12
25+
'sm': '0.875rem', // 14
26+
'base': '1rem', // 16
27+
'md': '1.125rem', // 18
28+
'lg': '1.25rem', // 20
29+
'xl': '1.5rem', // 24
30+
'2xl': '1.875rem', // 30
31+
'3xl': '2.25rem', // 36
32+
'4xl': '3rem', // 48
33+
'5xl': '4rem', // 64
34+
'6xl': '4.5rem' // 72
3535
}),
3636
fontFamily: {
3737
'sans-primary': [

0 commit comments

Comments
 (0)