Skip to content

Commit c96cde9

Browse files
Update more snapshots
1 parent 42c1c90 commit c96cde9

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

integrations/cli/index.test.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,13 @@ test(
749749
--tw-content: "src/nested/index.html";
750750
content: var(--tw-content);
751751
}
752+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
753+
@layer base {
754+
*, ::before, ::after, ::backdrop {
755+
--tw-content: "";
756+
}
757+
}
758+
}
752759
@property --tw-content {
753760
syntax: "*";
754761
inherits: false;
@@ -992,6 +999,13 @@ test(
992999
--tw-content: 'project-e/nested/index.html';
9931000
content: var(--tw-content);
9941001
}
1002+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1003+
@layer base {
1004+
*, ::before, ::after, ::backdrop {
1005+
--tw-content: "";
1006+
}
1007+
}
1008+
}
9951009
@property --tw-content {
9961010
syntax: "*";
9971011
inherits: false;
@@ -1193,6 +1207,13 @@ test(
11931207
--tw-content: "pages/nested/foo.html";
11941208
content: var(--tw-content);
11951209
}
1210+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1211+
@layer base {
1212+
*, ::before, ::after, ::backdrop {
1213+
--tw-content: "";
1214+
}
1215+
}
1216+
}
11961217
@property --tw-content {
11971218
syntax: "*";
11981219
inherits: false;

integrations/postcss/source.test.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ test(
130130
--tw-content: "src/nested/index.html";
131131
content: var(--tw-content);
132132
}
133+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
134+
@layer base {
135+
*, ::before, ::after, ::backdrop {
136+
--tw-content: "";
137+
}
138+
}
139+
}
133140
@property --tw-content {
134141
syntax: "*";
135142
inherits: false;
@@ -364,6 +371,13 @@ test(
364371
--tw-content: 'project-d/src/index.html';
365372
content: var(--tw-content);
366373
}
374+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
375+
@layer base {
376+
*, ::before, ::after, ::backdrop {
377+
--tw-content: "";
378+
}
379+
}
380+
}
367381
@property --tw-content {
368382
syntax: "*";
369383
inherits: false;
@@ -591,6 +605,13 @@ test(
591605
--tw-content: "pages/nested/foo.html";
592606
content: var(--tw-content);
593607
}
608+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
609+
@layer base {
610+
*, ::before, ::after, ::backdrop {
611+
--tw-content: "";
612+
}
613+
}
614+
}
594615
@property --tw-content {
595616
syntax: "*";
596617
inherits: false;
@@ -691,6 +712,13 @@ test(
691712
--tw-content: 'project-b/src/keep-me.html';
692713
content: var(--tw-content);
693714
}
715+
@supports ((-webkit-hyphens: none) and (not (margin-trim: 1lh))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
716+
@layer base {
717+
*, ::before, ::after, ::backdrop {
718+
--tw-content: "";
719+
}
720+
}
721+
}
694722
@property --tw-content {
695723
syntax: "*";
696724
inherits: false;

playgrounds/vite/src/app.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@reference "./index.css";
2+
3+
.foo {
4+
@apply skew-7;
5+
}

0 commit comments

Comments
 (0)