2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+8
View File
@@ -18,6 +18,14 @@
@include pull-left();
}
.sr-only {
@include sr-only();
}
.sr-only-focusable {
@include sr-only-focusable();
}
// Inverse
.inverse {