@@ -14032,49 +14032,24 @@ test('text', async () => {
14032
14032
line-height: var(--tw-leading, var(--font-size-sm--line-height, 1.25rem));
14033
14033
}
14034
14034
14035
- .text-\\[12px\\]\\/6 {
14035
+ .text-\\[12px\\] {
14036
14036
font-size: 12px;
14037
- line-height: var(--line-height-6, 1.5rem);
14038
- }
14039
-
14040
- .text-\\[50\\%\\]\\/6 {
14041
- font-size: 50%;
14042
- line-height: var(--line-height-6, 1.5rem);
14043
- }
14044
-
14045
- .text-\\[clamp\\(1rem\\,var\\(--size\\)\\,3rem\\)\\]\\/9 {
14046
- font-size: clamp(1rem, var(--size), 3rem);
14047
- line-height: var(--line-height-9, 2.25rem);
14048
- }
14049
-
14050
- .text-\\[larger\\]\\/6 {
14051
- font-size: larger;
14052
- line-height: var(--line-height-6, 1.5rem);
14053
- }
14054
-
14055
- .text-\\[xx-large\\]\\/6 {
14056
- font-size: xx-large;
14057
- line-height: var(--line-height-6, 1.5rem);
14037
+ line-height: var(--tw-leading, var(--default-line-height));
14058
14038
}
14059
14039
14060
- .text-sm \\/6 {
14061
- font-size: var(--font-size-sm, .875rem) ;
14040
+ .text-\\[12px\\] \\/6 {
14041
+ font-size: 12px ;
14062
14042
line-height: var(--line-height-6, 1.5rem);
14063
14043
}
14064
14044
14065
- .text-sm\\/\\[4px\\] {
14066
- font-size: var(--font-size-sm, .875rem);
14067
- line-height: 4px;
14068
- }
14069
-
14070
- .text-\\[12px\\] {
14071
- font-size: 12px;
14045
+ .text-\\[50\\%\\] {
14046
+ font-size: 50%;
14072
14047
line-height: var(--tw-leading, var(--default-line-height));
14073
14048
}
14074
14049
14075
- .text-\\[50\\%\\] {
14050
+ .text-\\[50\\%\\]\\/6 {
14076
14051
font-size: 50%;
14077
- line-height: var(--tw-leading, var(--default- line-height) );
14052
+ line-height: var(--line-height-6, 1.5rem );
14078
14053
}
14079
14054
14080
14055
.text-\\[absolute-size\\:--my-size\\] {
@@ -14092,11 +14067,21 @@ test('text', async () => {
14092
14067
line-height: var(--tw-leading, var(--default-line-height));
14093
14068
}
14094
14069
14070
+ .text-\\[clamp\\(1rem\\,var\\(--size\\)\\,3rem\\)\\]\\/9 {
14071
+ font-size: clamp(1rem, var(--size), 3rem);
14072
+ line-height: var(--line-height-9, 2.25rem);
14073
+ }
14074
+
14095
14075
.text-\\[larger\\] {
14096
14076
font-size: larger;
14097
14077
line-height: var(--tw-leading, var(--default-line-height));
14098
14078
}
14099
14079
14080
+ .text-\\[larger\\]\\/6 {
14081
+ font-size: larger;
14082
+ line-height: var(--line-height-6, 1.5rem);
14083
+ }
14084
+
14100
14085
.text-\\[length\\:--my-size\\], .text-\\[percentage\\:--my-size\\], .text-\\[relative-size\\:--my-size\\] {
14101
14086
font-size: var(--my-size);
14102
14087
line-height: var(--tw-leading, var(--default-line-height));
@@ -14107,6 +14092,21 @@ test('text', async () => {
14107
14092
line-height: var(--tw-leading, var(--default-line-height));
14108
14093
}
14109
14094
14095
+ .text-\\[xx-large\\]\\/6 {
14096
+ font-size: xx-large;
14097
+ line-height: var(--line-height-6, 1.5rem);
14098
+ }
14099
+
14100
+ .text-sm\\/6 {
14101
+ font-size: var(--font-size-sm, .875rem);
14102
+ line-height: var(--line-height-6, 1.5rem);
14103
+ }
14104
+
14105
+ .text-sm\\/\\[4px\\] {
14106
+ font-size: var(--font-size-sm, .875rem);
14107
+ line-height: 4px;
14108
+ }
14109
+
14110
14110
.text-\\[\\#0088cc\\] {
14111
14111
color: #08c;
14112
14112
}
0 commit comments