Skip to content

Commit

Permalink
Pull divideOpacity from borderOpacity
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Apr 26, 2020
1 parent 3b565d1 commit b466d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module.exports = {
'not-allowed': 'not-allowed',
},
divideColor: theme => theme('borderColor'),
divideOpacity: theme => theme('opacity'),
divideOpacity: theme => theme('borderOpacity'),
divideWidth: theme => theme('borderWidth'),
fill: {
current: 'currentColor',
Expand Down

0 comments on commit b466d5b

Please sign in to comment.