The `.h-visuallyhidden` and `.h-clearfix` classes have been renamed. The goal of this ticket is to create migration rules for them. ## Tasks - [x] Create a migration rule in our ESLint package that automatically replaces: - `h-visuallyhidden` -> `visually-hidden` - `h-clearfix` -> `clearfix` - [x] Document the migration rule in the ESLint package - [x] Add tests for the rule - [x] Add information to the existing entry that we have an auto-migration in the migration guide - [x] Replace the classes in our own codebase