1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-08 20:50:44 +02:00

Reorganize utilities into more separate files under a /scss/utilities/ directory

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-12-10 19:43:28 -08:00
parent 1e8743ec89
commit 7aabd49364
10 changed files with 98 additions and 99 deletions

View File

@@ -0,0 +1,11 @@
//
// Screenreaders
//
.sr-only {
@include sr-only();
}
.sr-only-focusable {
@include sr-only-focusable();
}