@@ -21,17 +21,17 @@ module.exports = {
21
21
}
22
22
} ,
23
23
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
35
35
} ) ,
36
36
fontFamily : {
37
37
'sans-primary' : [
0 commit comments