@@ -47,7 +47,7 @@ describe("transformCssVars", () => {
4747
4848 @layer base {
4949 * {
50- @apply border-border;
50+ @apply border-border outline-ring/50 ;
5151 }
5252 body {
5353 @apply bg-background text-foreground;
@@ -110,7 +110,7 @@ describe("transformCssVars", () => {
110110
111111 @layer base {
112112 * {
113- @apply border-border;
113+ @apply border-border outline-ring/50 ;
114114 }
115115 body {
116116 @apply bg-background text-foreground;
@@ -176,6 +176,17 @@ describe("transformCssVars", () => {
176176 @apply bg-background text-foreground;
177177 }
178178 }
179+
180+
181+
182+ @layer base {
183+ * {
184+ @apply border-border outline-ring/50;
185+ }
186+ body {
187+ @apply bg-background text-foreground;
188+ }
189+ }
179190 "
180191 ` )
181192 } )
@@ -222,7 +233,7 @@ describe("transformCssVarsV4", () => {
222233
223234 @layer base {
224235 * {
225- @apply border-border;
236+ @apply border-border outline-ring/50 ;
226237 }
227238 body {
228239 @apply bg-background text-foreground;
@@ -282,7 +293,7 @@ describe("transformCssVarsV4", () => {
282293
283294 @layer base {
284295 * {
285- @apply border-border;
296+ @apply border-border outline-ring/50 ;
286297 }
287298 body {
288299 @apply bg-background text-foreground;
@@ -346,7 +357,7 @@ describe("transformCssVarsV4", () => {
346357
347358 @layer base {
348359 * {
349- @apply border-border;
360+ @apply border-border outline-ring/50 ;
350361 }
351362 body {
352363 @apply bg-background text-foreground;
@@ -413,7 +424,7 @@ describe("transformCssVarsV4", () => {
413424
414425 @layer base {
415426 * {
416- @apply border-border;
427+ @apply border-border outline-ring/50 ;
417428 }
418429 body {
419430 @apply bg-background text-foreground;
@@ -492,6 +503,15 @@ describe("transformCssVarsV4", () => {
492503 @apply bg-background text-foreground;
493504 }
494505 }
506+
507+ @layer base {
508+ * {
509+ @apply border-border outline-ring/50;
510+ }
511+ body {
512+ @apply bg-background text-foreground;
513+ }
514+ }
495515 "
496516 ` )
497517 } )
@@ -536,7 +556,7 @@ describe("transformCssVarsV4", () => {
536556
537557 @layer base {
538558 * {
539- @apply border-border;
559+ @apply border-border outline-ring/50 ;
540560 }
541561 body {
542562 @apply bg-background text-foreground;
@@ -586,7 +606,7 @@ describe("transformCssVarsV4", () => {
586606
587607 @layer base {
588608 * {
589- @apply border-border;
609+ @apply border-border outline-ring/50 ;
590610 }
591611 body {
592612 @apply bg-background text-foreground;
@@ -636,7 +656,7 @@ describe("transformCssVarsV4", () => {
636656
637657 @layer base {
638658 * {
639- @apply border-border;
659+ @apply border-border outline-ring/50 ;
640660 }
641661 body {
642662 @apply bg-background text-foreground;
@@ -684,7 +704,7 @@ describe("transformCssVarsV4", () => {
684704
685705 @layer base {
686706 * {
687- @apply border-border;
707+ @apply border-border outline-ring/50 ;
688708 }
689709 body {
690710 @apply bg-background text-foreground;
@@ -732,7 +752,7 @@ describe("transformCssVarsV4", () => {
732752
733753 @layer base {
734754 * {
735- @apply border-border;
755+ @apply border-border outline-ring/50 ;
736756 }
737757 body {
738758 @apply bg-background text-foreground;
@@ -777,7 +797,7 @@ describe("transformCssVarsV4", () => {
777797
778798 @layer base {
779799 * {
780- @apply border-border;
800+ @apply border-border outline-ring/50 ;
781801 }
782802 body {
783803 @apply bg-background text-foreground;
@@ -808,7 +828,7 @@ describe("transformCssVarsV4", () => {
808828
809829 @layer base {
810830 * {
811- @apply border-border;
831+ @apply border-border outline-ring/50 ;
812832 }
813833 body {
814834 @apply bg-background text-foreground;
@@ -846,7 +866,7 @@ describe("transformCssVarsV4", () => {
846866
847867 @layer base {
848868 * {
849- @apply border-border;
869+ @apply border-border outline-ring/50 ;
850870 }
851871 body {
852872 @apply bg-background text-foreground;
@@ -884,7 +904,7 @@ describe("transformCssVarsV4", () => {
884904
885905 @layer base {
886906 * {
887- @apply border-border;
907+ @apply border-border outline-ring/50 ;
888908 }
889909 body {
890910 @apply bg-background text-foreground;
@@ -949,7 +969,7 @@ describe("transformCssVarsV4", () => {
949969
950970 @layer base {
951971 * {
952- @apply border-border;
972+ @apply border-border outline-ring/50 ;
953973 }
954974 body {
955975 @apply bg-background text-foreground;
@@ -1024,7 +1044,7 @@ describe("transformCssVarsV4", () => {
10241044
10251045 @layer base {
10261046 * {
1027- @apply border-border;
1047+ @apply border-border outline-ring/50 ;
10281048 }
10291049 body {
10301050 @apply bg-background text-foreground;
@@ -1095,7 +1115,7 @@ describe("transformCssVarsV4", () => {
10951115
10961116 @layer base {
10971117 * {
1098- @apply border-border;
1118+ @apply border-border outline-ring/50 ;
10991119 }
11001120 body {
11011121 @apply bg-background text-foreground;
@@ -1168,7 +1188,7 @@ describe("transformCssVarsV4", () => {
11681188
11691189 @layer base {
11701190 * {
1171- @apply border-border;
1191+ @apply border-border outline-ring/50 ;
11721192 }
11731193 body {
11741194 @apply bg-background text-foreground;
0 commit comments