From ae5b3d312d5000ae9c2065001f3df7add72dc365 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 20 Oct 2020 20:51:58 -0400 Subject: [PATCH] Enable focus for z-index by default --- stubs/defaultConfig.stub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 2477c0c65f55..48f4f535f2d7 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -748,7 +748,7 @@ module.exports = { whitespace: ['responsive'], width: ['responsive'], wordBreak: ['responsive'], - zIndex: ['responsive'], + zIndex: ['responsive', 'focus'], gap: ['responsive'], gridAutoFlow: ['responsive'], gridTemplateColumns: ['responsive'],