@@ -13067,15 +13067,18 @@ test('leading', async () => {
13067
13067
}
13068
13068
13069
13069
.leading-6 {
13070
- line-height: var(--line-height-6, 1.5rem);
13070
+ --tw-line-height: var(--line-height-6, 1.5rem);
13071
+ line-height: var(--tw-line-height);
13071
13072
}
13072
13073
13073
13074
.leading-\\[--value\\] {
13074
- line-height: var(--value);
13075
+ --tw-line-height: var(--value);
13076
+ line-height: var(--tw-line-height);
13075
13077
}
13076
13078
13077
13079
.leading-none {
13078
- line-height: var(--line-height-none, 1);
13080
+ --tw-line-height: var(--line-height-none, 1);
13081
+ line-height: var(--tw-line-height);
13079
13082
}"
13080
13083
` )
13081
13084
expect (
@@ -13700,71 +13703,79 @@ test('text', async () => {
13700
13703
line-height: var(--font-size-sm--line-height, 1.25rem);
13701
13704
}
13702
13705
13703
- .text-\\[12px\\]\\/6 {
13706
+ .text-\\[12px\\] {
13704
13707
font-size: 12px;
13705
- line-height: var(--line-height-6, 1.5rem);
13706
- }
13707
-
13708
- .text-\\[50\\%\\]\\/6 {
13709
- font-size: 50%;
13710
- line-height: var(--line-height-6, 1.5rem);
13711
- }
13712
-
13713
- .text-\\[clamp\\(1rem\\,var\\(--size\\)\\,3rem\\)\\]\\/9 {
13714
- font-size: clamp(1rem, var(--size), 3rem);
13715
- line-height: var(--line-height-9, 2.25rem);
13708
+ line-height: var(--tw-line-height, var(--line-height-normal));
13716
13709
}
13717
13710
13718
- .text-\\[larger\\]\\/6 {
13719
- font-size: larger;
13720
- line-height: var(--line-height-6, 1.5rem);
13721
- }
13722
-
13723
- .text-\\[xx-large\\]\\/6 {
13724
- font-size: xx-large;
13725
- line-height: var(--line-height-6, 1.5rem);
13726
- }
13727
-
13728
- .text-sm\\/6 {
13729
- font-size: var(--font-size-sm, .875rem);
13730
- line-height: var(--line-height-6, 1.5rem);
13731
- }
13732
-
13733
- .text-sm\\/\\[4px\\] {
13734
- font-size: var(--font-size-sm, .875rem);
13735
- line-height: 4px;
13736
- }
13737
-
13738
- .text-\\[12px\\] {
13711
+ .text-\\[12px\\]\\/6 {
13739
13712
font-size: 12px;
13713
+ line-height: var(--tw-line-height, var(--line-height-6, 1.5rem));
13740
13714
}
13741
13715
13742
13716
.text-\\[50\\%\\] {
13743
13717
font-size: 50%;
13718
+ line-height: var(--tw-line-height, var(--line-height-normal));
13719
+ }
13720
+
13721
+ .text-\\[50\\%\\]\\/6 {
13722
+ font-size: 50%;
13723
+ line-height: var(--tw-line-height, var(--line-height-6, 1.5rem));
13744
13724
}
13745
13725
13746
13726
.text-\\[absolute-size\\:--my-size\\] {
13747
13727
font-size: var(--my-size);
13728
+ line-height: var(--tw-line-height, var(--line-height-normal));
13748
13729
}
13749
13730
13750
13731
.text-\\[clamp\\(1rem\\,2rem\\,3rem\\)\\] {
13751
13732
font-size: 2rem;
13733
+ line-height: var(--tw-line-height, var(--line-height-normal));
13752
13734
}
13753
13735
13754
13736
.text-\\[clamp\\(1rem\\,var\\(--size\\)\\,3rem\\)\\] {
13755
13737
font-size: clamp(1rem, var(--size), 3rem);
13738
+ line-height: var(--tw-line-height, var(--line-height-normal));
13739
+ }
13740
+
13741
+ .text-\\[clamp\\(1rem\\,var\\(--size\\)\\,3rem\\)\\]\\/9 {
13742
+ font-size: clamp(1rem, var(--size), 3rem);
13743
+ line-height: var(--tw-line-height, var(--line-height-9, 2.25rem));
13756
13744
}
13757
13745
13758
13746
.text-\\[larger\\] {
13759
13747
font-size: larger;
13748
+ line-height: var(--tw-line-height, var(--line-height-normal));
13749
+ }
13750
+
13751
+ .text-\\[larger\\]\\/6 {
13752
+ font-size: larger;
13753
+ line-height: var(--tw-line-height, var(--line-height-6, 1.5rem));
13760
13754
}
13761
13755
13762
13756
.text-\\[length\\:--my-size\\], .text-\\[percentage\\:--my-size\\], .text-\\[relative-size\\:--my-size\\] {
13763
13757
font-size: var(--my-size);
13758
+ line-height: var(--tw-line-height, var(--line-height-normal));
13764
13759
}
13765
13760
13766
13761
.text-\\[xx-large\\] {
13767
13762
font-size: xx-large;
13763
+ line-height: var(--tw-line-height, var(--line-height-normal));
13764
+ }
13765
+
13766
+ .text-\\[xx-large\\]\\/6 {
13767
+ font-size: xx-large;
13768
+ line-height: var(--tw-line-height, var(--line-height-6, 1.5rem));
13769
+ }
13770
+
13771
+ .text-sm\\/6 {
13772
+ font-size: var(--font-size-sm, .875rem);
13773
+ line-height: var(--line-height-6, 1.5rem);
13774
+ }
13775
+
13776
+ .text-sm\\/\\[4px\\] {
13777
+ font-size: var(--font-size-sm, .875rem);
13778
+ line-height: 4px;
13768
13779
}
13769
13780
13770
13781
.text-\\[\\#0088cc\\] {
0 commit comments