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

merge-requests/1931/head
Henry Jameson 7 months ago
parent 54e3a99bc7
commit e7c64e47c4

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

Loading…
Cancel
Save