include fontawesome svgs directly
This commit is contained in:
parent
77160a98b4
commit
e4ecaceb87
2134 changed files with 372698 additions and 0 deletions
14
static/fa/less/_screen-reader.less
Normal file
14
static/fa/less/_screen-reader.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
// screen-reader utilities
|
||||
// -------------------------
|
||||
|
||||
// only display content to screen readers
|
||||
.sr-only,
|
||||
.@{fa-css-prefix}-sr-only {
|
||||
.fa-sr-only();
|
||||
}
|
||||
|
||||
// use in conjunction with .sr-only to only display content when it's focused
|
||||
.sr-only-focusable,
|
||||
.@{fa-css-prefix}-sr-only-focusable {
|
||||
.fa-sr-only-focusable();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue