Skip to content

Commit

Permalink
Fix :checked typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta committed Jun 1, 2021
1 parent 8ea3430 commit e8a287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
'.form-checkbox:checked:hover',
'.form-checkbox:checked:focus',
'.form-radio:checked:hover',
'.form-radio:check:focus',
'.form-radio:checked:focus',
],
styles: {
'border-color': 'transparent',
Expand Down

0 comments on commit e8a287e

Please sign in to comment.