Skip to content

Commit dab3c6c

Browse files
committed
fixed gradient stop for default transparent
1 parent ba54545 commit dab3c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corePlugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ export let corePlugins = {
17721772
'from'
17731773
)} var(--tw-gradient-from-position)`,
17741774
'--tw-gradient-from-position': ' ',
1775-
'--tw-gradient-to': `${transparentToValue} var(--tw-gradient-from-position)`,
1775+
'--tw-gradient-to': `${transparentToValue} var(--tw-gradient-to-position)`,
17761776
'--tw-gradient-to-position': ' ',
17771777
'--tw-gradient-stops': `var(--tw-gradient-from), var(--tw-gradient-to)`,
17781778
}

0 commit comments

Comments
 (0)