1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Cleanup/fix after the sr-only to visually-hidden renaming (#31359)

* sr-only -> visually-hidden cleanup

It seems the old screen-readers.md file was left behind, and forgot to rename the mixin

* Fix broken mixins for visually-hidden
This commit is contained in:
Patrick H. Lauke
2020-07-31 10:27:36 +01:00
committed by GitHub
parent 8aab8b7c8a
commit cdea25584d
3 changed files with 4 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
@import "mixins/breakpoints";
@import "mixins/image";
@import "mixins/resize";
@import "mixins/screen-reader";
@import "mixins/visually-hidden";
@import "mixins/reset-text";
@import "mixins/text-truncate";