Skip to content

Commit d67ae86

Browse files
committed
Put "auto" first in zIndex config
1 parent 78d349d commit d67ae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaultConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,13 +720,13 @@ module.exports = {
720720
*/
721721

722722
zIndex: {
723+
'auto': 'auto',
723724
'0': 0,
724725
'10': 10,
725726
'20': 20,
726727
'30': 30,
727728
'40': 40,
728729
'50': 50,
729-
'auto': 'auto',
730730
},
731731

732732

0 commit comments

Comments
 (0)