@@ -11,6 +11,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
11
11
-- default - mono - font - family : var (-- font - family - mono );
12
12
-- default - mono - font - feature - settings : var (-- font - family - mono -- font - feature - settings );
13
13
-- default - mono - font - variation - settings : var (-- font - family - mono -- font - variation - settings );
14
+ -- default - line - height : round (max (min (2em - .5rem , 1em + .5rem , 2em / 3 + 1rem ), 1em ), 2px );
14
15
-- breakpoint - sm : 40rem ;
15
16
-- breakpoint - md : 48rem ;
16
17
-- breakpoint - lg : 64rem ;
@@ -350,31 +351,18 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
350
351
--font-family-serif: ui - serif , Georgia , Cambria , "Times New Roman", Times , serif;
351
352
--font-family-mono: ui - monospace , SFMono-Regular , Menlo , Monaco , Consolas , "Liberation Mono", "Courier New", monospace;
352
353
--font-size-xs: .75rem ;
353
- -- font - size - xs -- line - height : 1rem ;
354
354
-- font - size - sm : .875rem ;
355
- -- font - size - sm -- line - height : 1.25rem ;
356
355
-- font - size - base : 1rem ;
357
- -- font - size - base -- line - height : 1.5rem ;
358
356
-- font - size - lg : 1.125rem ;
359
- -- font - size - lg -- line - height : 1.75rem ;
360
357
-- font - size - xl : 1.25rem ;
361
- -- font - size - xl -- line - height : 1.75rem ;
362
358
-- font - size - 2xl : 1.5rem ;
363
- -- font - size - 2xl -- line - height : 2rem ;
364
359
-- font - size - 3xl : 1.875rem ;
365
- -- font - size - 3xl -- line - height : 2.25rem ;
366
360
-- font - size - 4xl : 2.25rem ;
367
- -- font - size - 4xl -- line - height : 2.5rem ;
368
361
-- font - size - 5xl : 3rem ;
369
- -- font - size - 5xl -- line - height : 1 ;
370
362
-- font - size - 6xl : 3.75rem ;
371
- -- font - size - 6xl -- line - height : 1 ;
372
363
-- font - size - 7xl : 4.5rem ;
373
- -- font - size - 7xl -- line - height : 1 ;
374
364
-- font - size - 8xl : 6rem ;
375
- -- font - size - 8xl -- line - height : 1 ;
376
365
-- font - size - 9xl : 8rem ;
377
- -- font - size - 9xl -- line - height : 1 ;
378
366
-- letter - spacing - tighter : - .05em ;
379
367
-- letter - spacing - tight : - .025em ;
380
368
-- letter - spacing - normal : 0em ;
@@ -472,6 +460,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
472
460
473
461
small {
474
462
font-size: 80 % ;
463
+ line - height : var (-- default - line - height , 1.5 );
475
464
}
476
465
477
466
sub , sup {
@@ -586,7 +575,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
586
575
@layer utilities {
587
576
.text - 2xl {
588
577
font-size: var (-- font - size - 2xl , 1.5rem );
589
- line - height : var (-- tw - leading , var (-- font - size - 2 xl -- line - height , 2 rem ));
578
+ line - height : var (-- tw - leading , var (-- default - line - height ));
590
579
}
591
580
592
581
.text - black \\/ 50 {
0 commit comments