mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 01:42:36 +02:00
Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them to create classes in _utilities.scss
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
@include pull-left();
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
@include sr-only();
|
||||
}
|
||||
|
||||
.sr-only-focusable {
|
||||
@include sr-only-focusable();
|
||||
}
|
||||
|
||||
|
||||
// Inverse
|
||||
.inverse {
|
||||
|
Reference in New Issue
Block a user