Skip to content

Commit 5880e83

Browse files
committed
update snapshot
1 parent ee42258 commit 5880e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__tests__/fallback.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ test('fallback', async () => {
5656
+ --colors-red-400-rgb: 255,63,63;
5757
+ --colors-red-rgb: 255,0,0
5858
+ }
59+
+ .component .header {
60+
+ color: var(--colors-red-400 red)
61+
+ }
5962
+ .bg-red-400 {
6063
+ background-color: var(--colors-red-400 red)
6164
+ }
@@ -80,9 +83,6 @@ test('fallback', async () => {
8083
+ --tw-text-opacity: 1;
8184
+ color: rgba(var(--header-color-rgb, black), var(--tw-text-opacity))
8285
+ }
83-
+ .text-gray {
84-
+ color: var(--header-color, blue)
85-
+ }
8686
8787
"
8888
`)

0 commit comments

Comments
 (0)