Hide visually hidden elements with Drupal markup

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 9650016358
commit 94802e4286
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.visually-hidden {
@apply sr-only;
}