Skip to content

Commit a71cf25

Browse files
committed
Fix tests
1 parent 2aabb63 commit a71cf25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/fixtures/tailwind-output-no-color-opacity.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,7 @@ video {
540540
}
541541

542542
*, ::before, ::after {
543-
--tw-border-opacity: 1;
544-
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
543+
border-color: #e5e7eb;
545544
}
546545

547546
.container {

0 commit comments

Comments
 (0)