You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's a decent number of !important calls. Need to go through these and see if we can refactor them out or if they're necessary (and thus need a stylelint ignore). Once done, enable the declaration-no-important rule.
The text was updated successfully, but these errors were encountered:
Related to that, some form related components (Input, Radio, Select etc.) have !important to override too strict accessibility defaults. Maybe we need to revisit that.
Currently there's a decent number of
!important
calls. Need to go through these and see if we can refactor them out or if they're necessary (and thus need a stylelint ignore). Once done, enable thedeclaration-no-important
rule.The text was updated successfully, but these errors were encountered: