Skip to content

Commit

Permalink
Enable focus for z-index by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 21, 2020
1 parent 28985b6 commit ae5b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/defaultConfig.stub.js
Expand Up @@ -748,7 +748,7 @@ module.exports = {
whitespace: ['responsive'],
width: ['responsive'],
wordBreak: ['responsive'],
zIndex: ['responsive'],
zIndex: ['responsive', 'focus'],
gap: ['responsive'],
gridAutoFlow: ['responsive'],
gridTemplateColumns: ['responsive'],
Expand Down

0 comments on commit ae5b3d3

Please sign in to comment.