Skip to content

Commit ae5b3d3

Browse files
committed
Enable focus for z-index by default
1 parent 28985b6 commit ae5b3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/defaultConfig.stub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ module.exports = {
748748
whitespace: ['responsive'],
749749
width: ['responsive'],
750750
wordBreak: ['responsive'],
751-
zIndex: ['responsive'],
751+
zIndex: ['responsive', 'focus'],
752752
gap: ['responsive'],
753753
gridAutoFlow: ['responsive'],
754754
gridTemplateColumns: ['responsive'],

0 commit comments

Comments
 (0)