_utilities.hide.scss 471 B

123456789101112131415161718192021
  1. /* ==========================================================================
  2. #HIDE
  3. ========================================================================== */
  4. /**
  5. * Hide only visually, but have it available for screen readers:
  6. * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  7. */
  8. .u-hidden-visually {
  9. @include inuit-hidden-visually();
  10. }
  11. /**
  12. * Hide visually and from screen readers.
  13. */
  14. .u-hidden {
  15. display: none !important;
  16. }