hugo-theme-introduction/assets/vendor/fontawesome-free/scss/_screen-reader.scss
Alex Lovell-Troy 5b134ac767
Fixes #357 by upgrading to fontawesome-free 6.3.0 (#358)
* Fixes #357 by upgrading to fontawesome-free 6.3.0

* Replaced the existing font-awesome files with new ones
* Updated references in _variables.scss ro reference theme location
* Tweaked social.html to remove redundant css class

* Updating netlify.toml to more modern values

---------

Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
2023-02-19 09:13:04 -06:00

14 lines
336 B
SCSS
Generated

// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.#{$fa-css-prefix}-sr-only {
@include fa-sr-only;
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.#{$fa-css-prefix}-sr-only-focusable {
@include fa-sr-only-focusable;
}