We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee42258 commit 5880e83Copy full SHA for 5880e83
__tests__/fallback.test.js
@@ -56,6 +56,9 @@ test('fallback', async () => {
56
+ --colors-red-400-rgb: 255,63,63;
57
+ --colors-red-rgb: 255,0,0
58
+ }
59
+ + .component .header {
60
+ + color: var(--colors-red-400 red)
61
+ + }
62
+ .bg-red-400 {
63
+ background-color: var(--colors-red-400 red)
64
@@ -80,9 +83,6 @@ test('fallback', async () => {
80
83
+ --tw-text-opacity: 1;
81
84
+ color: rgba(var(--header-color-rgb, black), var(--tw-text-opacity))
82
85
- + .text-gray {
- + color: var(--header-color, blue)
- + }
86
87
"
88
`)
0 commit comments