Skip to content

Commit

Permalink
Generate dark variants for ringOpacity by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Feb 7, 2021
1 parent 4802291 commit 7eaa280
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 @@ -822,7 +822,7 @@ module.exports = {
ringColor: ['responsive', 'dark', 'focus-within', 'focus'],
ringOffsetColor: ['responsive', 'dark', 'focus-within', 'focus'],
ringOffsetWidth: ['responsive', 'focus-within', 'focus'],
ringOpacity: ['responsive', 'focus-within', 'focus'],
ringOpacity: ['responsive', 'dark', 'focus-within', 'focus'],
ringWidth: ['responsive', 'focus-within', 'focus'],
rotate: ['responsive', 'hover', 'focus'],
scale: ['responsive', 'hover', 'focus'],
Expand Down

0 comments on commit 7eaa280

Please sign in to comment.