Skip to content

Commit

Permalink
update 'empty' position in variant order
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 committed Feb 26, 2021
1 parent 01b2ee5 commit 6af1481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/defaultConfig.stub.js
Expand Up @@ -716,13 +716,13 @@ module.exports = {
},
},
variantOrder: [
'empty',
'first',
'last',
'odd',
'even',
'visited',
'checked',
'empty',
'group-hover',
'group-focus',
'focus-within',
Expand Down

0 comments on commit 6af1481

Please sign in to comment.