update
This commit is contained in:
parent
7d62445499
commit
c734ac7f26
2207 changed files with 391853 additions and 1354 deletions
13
rocky-austria/fontawesome/scss/_icons.scss
vendored
Normal file
13
rocky-austria/fontawesome/scss/_icons.scss
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
// specific icon class definition
|
||||
// -------------------------
|
||||
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
|
||||
@each $name, $icon in $fa-icons {
|
||||
.#{$fa-css-prefix}-#{$name} {
|
||||
#{$fa-icon-property}: unquote("\"#{ $icon }\"");
|
||||
#{$fa-duotone-icon-property}: unquote("\"#{$icon}#{$icon}\"");
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue