Skip to content

Commit b466d5b

Browse files
committed
Pull divideOpacity from borderOpacity
1 parent 3b565d1 commit b466d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/defaultConfig.stub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = {
209209
'not-allowed': 'not-allowed',
210210
},
211211
divideColor: theme => theme('borderColor'),
212-
divideOpacity: theme => theme('opacity'),
212+
divideOpacity: theme => theme('borderOpacity'),
213213
divideWidth: theme => theme('borderWidth'),
214214
fill: {
215215
current: 'currentColor',

0 commit comments

Comments
 (0)