undo the removal of toggled state for unstyled button since it is used

This commit is contained in:
Henry Jameson 2024-02-29 18:52:27 +02:00
parent 54e3a99bc7
commit e7c64e47c4
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ export default {
states: {
disabled: ':disabled',
hover: ':hover:not(:disabled)',
focused: ':focus-within'
focused: ':focus-within',
toggled: '.toggled'
},
validInnerComponents: [
'Text',