archetypes
assets
content
data
i18n
layouts
resources
static
admin
css
fonts
js
media
misc
plugins
animate
bootstrap
filterizr
fira
fontawesome
css
js
less
metadata
scss
_animated.scss
_bordered-pulled.scss
_core.scss
_fixed-width.scss
_functions.scss
_icons.scss
_list.scss
_mixins.scss
_rotated-flipped.scss
_screen-reader.scss
_shims.scss
_sizing.scss
_stacked.scss
_variables.scss
brands.scss
fontawesome.scss
regular.scss
solid.scss
v4-shims.scss
sprites
svgs
webfonts
LICENSE.txt
jQuery
shuffle
slick
venobox
.htaccess
android-chrome-192x192.png
android-chrome-512x512.png
apple-touch-icon-114x114.png
apple-touch-icon-120x120.png
apple-touch-icon-144x144.png
apple-touch-icon-152x152.png
apple-touch-icon-180x180.png
apple-touch-icon-57x57.png
apple-touch-icon-60x60.png
apple-touch-icon-72x72.png
apple-touch-icon-76x76.png
apple-touch-icon.png
browserconfig.xml
favicon-16x16.png
favicon-32x32.png
favicon.ico
mstile-144x144.png
mstile-150x150.png
mstile-310x150.png
mstile-310x310.png
mstile-70x70.png
safari-pinned-tab.svg
site.webmanifest
.gitlab-ci.yml
.hugo_build.lock
config.toml
10 lines
318 B
SCSS
10 lines
318 B
SCSS
![]() |
// 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}::before { content: unquote("\"#{ $icon }\""); }
|
||
|
}
|