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:
11
scss/utilities/_screenreaders.scss
Normal file
11
scss/utilities/_screenreaders.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Screenreaders
|
||||
//
|
||||
|
||||
.sr-only {
|
||||
@include sr-only();
|
||||
}
|
||||
|
||||
.sr-only-focusable {
|
||||
@include sr-only-focusable();
|
||||
}
|
Reference in New Issue
Block a user