1
0
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:
Mark Otto
2015-03-30 17:36:00 -07:00
parent c82cae9a48
commit 608be81a43
9 changed files with 66 additions and 55 deletions

View File

@@ -18,6 +18,14 @@
@include pull-left();
}
.sr-only {
@include sr-only();
}
.sr-only-focusable {
@include sr-only-focusable();
}
// Inverse
.inverse {