@@ -120,7 +120,7 @@ test(
120
120
@import 'tailwindcss';
121
121
122
122
/*
123
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
123
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
124
124
so we've added these compatibility styles to make sure everything still
125
125
looks the same as it did with Tailwind CSS v3.
126
126
@@ -133,7 +133,7 @@ test(
133
133
::before,
134
134
::backdrop,
135
135
::file-selector-button {
136
- border-color: var(--color-gray-200, currentColor );
136
+ border-color: var(--color-gray-200, currentcolor );
137
137
}
138
138
}
139
139
@@ -218,7 +218,7 @@ test(
218
218
@import 'tailwindcss' prefix(tw);
219
219
220
220
/*
221
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
221
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
222
222
so we've added these compatibility styles to make sure everything still
223
223
looks the same as it did with Tailwind CSS v3.
224
224
@@ -231,7 +231,7 @@ test(
231
231
::before,
232
232
::backdrop,
233
233
::file-selector-button {
234
- border-color: var(--color-gray-200, currentColor );
234
+ border-color: var(--color-gray-200, currentcolor );
235
235
}
236
236
}
237
237
@@ -282,7 +282,7 @@ test(
282
282
@import 'tailwindcss';
283
283
284
284
/*
285
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
285
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
286
286
so we've added these compatibility styles to make sure everything still
287
287
looks the same as it did with Tailwind CSS v3.
288
288
@@ -295,7 +295,7 @@ test(
295
295
::before,
296
296
::backdrop,
297
297
::file-selector-button {
298
- border-color: var(--color-gray-200, currentColor );
298
+ border-color: var(--color-gray-200, currentcolor );
299
299
}
300
300
}
301
301
@@ -354,7 +354,7 @@ test(
354
354
@import 'tailwindcss';
355
355
356
356
/*
357
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
357
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
358
358
so we've added these compatibility styles to make sure everything still
359
359
looks the same as it did with Tailwind CSS v3.
360
360
@@ -367,7 +367,7 @@ test(
367
367
::before,
368
368
::backdrop,
369
369
::file-selector-button {
370
- border-color: var(--color-gray-200, currentColor );
370
+ border-color: var(--color-gray-200, currentcolor );
371
371
}
372
372
}
373
373
@@ -431,7 +431,7 @@ test(
431
431
@import 'tailwindcss';
432
432
433
433
/*
434
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
434
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
435
435
so we've added these compatibility styles to make sure everything still
436
436
looks the same as it did with Tailwind CSS v3.
437
437
@@ -444,7 +444,7 @@ test(
444
444
::before,
445
445
::backdrop,
446
446
::file-selector-button {
447
- border-color: var(--color-gray-200, currentColor );
447
+ border-color: var(--color-gray-200, currentcolor );
448
448
}
449
449
}
450
450
@@ -540,7 +540,7 @@ test(
540
540
@import 'tailwindcss';
541
541
542
542
/*
543
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
543
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
544
544
so we've added these compatibility styles to make sure everything still
545
545
looks the same as it did with Tailwind CSS v3.
546
546
@@ -553,7 +553,7 @@ test(
553
553
::before,
554
554
::backdrop,
555
555
::file-selector-button {
556
- border-color: var(--color-gray-200, currentColor );
556
+ border-color: var(--color-gray-200, currentcolor );
557
557
}
558
558
}
559
559
@@ -1044,7 +1044,7 @@ test(
1044
1044
@import './utilities.css';
1045
1045
1046
1046
/*
1047
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1047
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1048
1048
so we've added these compatibility styles to make sure everything still
1049
1049
looks the same as it did with Tailwind CSS v3.
1050
1050
@@ -1057,7 +1057,7 @@ test(
1057
1057
::before,
1058
1058
::backdrop,
1059
1059
::file-selector-button {
1060
- border-color: var(--color-gray-200, currentColor );
1060
+ border-color: var(--color-gray-200, currentcolor );
1061
1061
}
1062
1062
}
1063
1063
@@ -1492,7 +1492,7 @@ test(
1492
1492
@config './tailwind.config.ts';
1493
1493
1494
1494
/*
1495
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1495
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1496
1496
so we've added these compatibility styles to make sure everything still
1497
1497
looks the same as it did with Tailwind CSS v3.
1498
1498
@@ -1505,7 +1505,7 @@ test(
1505
1505
::before,
1506
1506
::backdrop,
1507
1507
::file-selector-button {
1508
- border-color: var(--color-gray-200, currentColor );
1508
+ border-color: var(--color-gray-200, currentcolor );
1509
1509
}
1510
1510
}
1511
1511
@@ -1516,7 +1516,7 @@ test(
1516
1516
@config "../../tailwind.config.ts";
1517
1517
1518
1518
/*
1519
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1519
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1520
1520
so we've added these compatibility styles to make sure everything still
1521
1521
looks the same as it did with Tailwind CSS v3.
1522
1522
@@ -1529,7 +1529,7 @@ test(
1529
1529
::before,
1530
1530
::backdrop,
1531
1531
::file-selector-button {
1532
- border-color: var(--color-gray-200, currentColor );
1532
+ border-color: var(--color-gray-200, currentcolor );
1533
1533
}
1534
1534
}
1535
1535
@@ -1550,7 +1550,7 @@ test(
1550
1550
}
1551
1551
1552
1552
/*
1553
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1553
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1554
1554
so we've added these compatibility styles to make sure everything still
1555
1555
looks the same as it did with Tailwind CSS v3.
1556
1556
@@ -1563,7 +1563,7 @@ test(
1563
1563
::before,
1564
1564
::backdrop,
1565
1565
::file-selector-button {
1566
- border-color: var(--color-gray-200, currentColor );
1566
+ border-color: var(--color-gray-200, currentcolor );
1567
1567
}
1568
1568
}
1569
1569
@@ -1579,7 +1579,7 @@ test(
1579
1579
@import 'tailwindcss/preflight' layer(base);
1580
1580
1581
1581
/*
1582
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1582
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1583
1583
so we've added these compatibility styles to make sure everything still
1584
1584
looks the same as it did with Tailwind CSS v3.
1585
1585
@@ -1592,7 +1592,7 @@ test(
1592
1592
::before,
1593
1593
::backdrop,
1594
1594
::file-selector-button {
1595
- border-color: var(--color-gray-200, currentColor );
1595
+ border-color: var(--color-gray-200, currentcolor );
1596
1596
}
1597
1597
}
1598
1598
@@ -1610,7 +1610,7 @@ test(
1610
1610
@config '../../tailwind.config.ts';
1611
1611
1612
1612
/*
1613
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1613
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1614
1614
so we've added these compatibility styles to make sure everything still
1615
1615
looks the same as it did with Tailwind CSS v3.
1616
1616
@@ -1623,7 +1623,7 @@ test(
1623
1623
::before,
1624
1624
::backdrop,
1625
1625
::file-selector-button {
1626
- border-color: var(--color-gray-200, currentColor );
1626
+ border-color: var(--color-gray-200, currentcolor );
1627
1627
}
1628
1628
}
1629
1629
"
@@ -1790,7 +1790,7 @@ test(
1790
1790
@import 'tailwindcss/preflight' layer(base);
1791
1791
1792
1792
/*
1793
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1793
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1794
1794
so we've added these compatibility styles to make sure everything still
1795
1795
looks the same as it did with Tailwind CSS v3.
1796
1796
@@ -1803,7 +1803,7 @@ test(
1803
1803
::before,
1804
1804
::backdrop,
1805
1805
::file-selector-button {
1806
- border-color: var(--color-gray-200, currentColor );
1806
+ border-color: var(--color-gray-200, currentcolor );
1807
1807
}
1808
1808
}
1809
1809
@@ -1926,7 +1926,7 @@ test(
1926
1926
@import 'tailwindcss/preflight' layer(base);
1927
1927
1928
1928
/*
1929
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
1929
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
1930
1930
so we've added these compatibility styles to make sure everything still
1931
1931
looks the same as it did with Tailwind CSS v3.
1932
1932
@@ -1939,7 +1939,7 @@ test(
1939
1939
::before,
1940
1940
::backdrop,
1941
1941
::file-selector-button {
1942
- border-color: var(--color-gray-200, currentColor );
1942
+ border-color: var(--color-gray-200, currentcolor );
1943
1943
}
1944
1944
}
1945
1945
@@ -2043,7 +2043,7 @@ test(
2043
2043
@import 'tailwindcss/preflight' layer(base);
2044
2044
2045
2045
/*
2046
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2046
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2047
2047
so we've added these compatibility styles to make sure everything still
2048
2048
looks the same as it did with Tailwind CSS v3.
2049
2049
@@ -2056,7 +2056,7 @@ test(
2056
2056
::before,
2057
2057
::backdrop,
2058
2058
::file-selector-button {
2059
- border-color: var(--color-gray-200, currentColor );
2059
+ border-color: var(--color-gray-200, currentcolor );
2060
2060
}
2061
2061
}
2062
2062
@@ -2118,7 +2118,7 @@ test(
2118
2118
@import './styles/components.css' layer(components);
2119
2119
2120
2120
/*
2121
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2121
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2122
2122
so we've added these compatibility styles to make sure everything still
2123
2123
looks the same as it did with Tailwind CSS v3.
2124
2124
@@ -2131,7 +2131,7 @@ test(
2131
2131
::before,
2132
2132
::backdrop,
2133
2133
::file-selector-button {
2134
- border-color: var(--color-gray-200, currentColor );
2134
+ border-color: var(--color-gray-200, currentcolor );
2135
2135
}
2136
2136
}
2137
2137
@@ -2349,7 +2349,7 @@ test(
2349
2349
}
2350
2350
2351
2351
/*
2352
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2352
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2353
2353
so we've added these compatibility styles to make sure everything still
2354
2354
looks the same as it did with Tailwind CSS v3.
2355
2355
@@ -2362,7 +2362,7 @@ test(
2362
2362
::before,
2363
2363
::backdrop,
2364
2364
::file-selector-button {
2365
- border-color: var(--color-gray-200, currentColor );
2365
+ border-color: var(--color-gray-200, currentcolor );
2366
2366
}
2367
2367
}
2368
2368
@@ -2434,7 +2434,7 @@ test(
2434
2434
@import 'tailwindcss';
2435
2435
2436
2436
/*
2437
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2437
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2438
2438
so we've added these compatibility styles to make sure everything still
2439
2439
looks the same as it did with Tailwind CSS v3.
2440
2440
@@ -2447,7 +2447,7 @@ test(
2447
2447
::before,
2448
2448
::backdrop,
2449
2449
::file-selector-button {
2450
- border-color: var(--color-gray-200, currentColor );
2450
+ border-color: var(--color-gray-200, currentcolor );
2451
2451
}
2452
2452
}
2453
2453
@@ -2547,7 +2547,7 @@ test(
2547
2547
@import 'tailwindcss/preflight' layer(base);
2548
2548
2549
2549
/*
2550
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2550
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2551
2551
so we've added these compatibility styles to make sure everything still
2552
2552
looks the same as it did with Tailwind CSS v3.
2553
2553
@@ -2560,7 +2560,7 @@ test(
2560
2560
::before,
2561
2561
::backdrop,
2562
2562
::file-selector-button {
2563
- border-color: var(--color-gray-200, currentColor );
2563
+ border-color: var(--color-gray-200, currentcolor );
2564
2564
}
2565
2565
}
2566
2566
@@ -2725,7 +2725,7 @@ test(
2725
2725
}
2726
2726
2727
2727
/*
2728
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2728
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2729
2729
so we've added these compatibility styles to make sure everything still
2730
2730
looks the same as it did with Tailwind CSS v3.
2731
2731
@@ -2738,7 +2738,7 @@ test(
2738
2738
::before,
2739
2739
::backdrop,
2740
2740
::file-selector-button {
2741
- border-color: var(--color-gray-200, currentColor );
2741
+ border-color: var(--color-gray-200, currentcolor );
2742
2742
}
2743
2743
}
2744
2744
"
@@ -2789,7 +2789,7 @@ test(
2789
2789
@import 'tailwindcss';
2790
2790
2791
2791
/*
2792
- The default border color has changed to \`currentColor \` in Tailwind CSS v4,
2792
+ The default border color has changed to \`currentcolor \` in Tailwind CSS v4,
2793
2793
so we've added these compatibility styles to make sure everything still
2794
2794
looks the same as it did with Tailwind CSS v3.
2795
2795
@@ -2802,7 +2802,7 @@ test(
2802
2802
::before,
2803
2803
::backdrop,
2804
2804
::file-selector-button {
2805
- border-color: var(--color-gray-200, currentColor );
2805
+ border-color: var(--color-gray-200, currentcolor );
2806
2806
}
2807
2807
}
2808
2808
"
0 commit comments