Skip to content

Commit

Permalink
fixed gradient stop for default transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-s committed Apr 13, 2023
1 parent ba54545 commit dab3c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ export let corePlugins = {
'from'
)} var(--tw-gradient-from-position)`,
'--tw-gradient-from-position': ' ',
'--tw-gradient-to': `${transparentToValue} var(--tw-gradient-from-position)`,
'--tw-gradient-to': `${transparentToValue} var(--tw-gradient-to-position)`,
'--tw-gradient-to-position': ' ',
'--tw-gradient-stops': `var(--tw-gradient-from), var(--tw-gradient-to)`,
}
Expand Down

0 comments on commit dab3c6c

Please sign in to comment.