Skip to content

Commit

Permalink
chore: reexplain .sr-only class [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Sep 24, 2023
1 parent b7b2dba commit 304bd9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ code, pre {
@include typographies.monospace-font();
}

// This comes with Font Awesome already, but we need it in our app for accessibility
// Needed for some accessibility tricks around
// It's empty as Font Awesome already provides this class
// But at least declaring it explicitly in case we remove it and need to implement it ourselves
.sr-only {}

@include typographies.material-symbols-font();
Expand Down

0 comments on commit 304bd9c

Please sign in to comment.