archetypes
assets
content
data
i18n
layouts
resources
static
admin
css
fonts
js
media
misc
plugins
animate
bootstrap
filterizr
fira
fontawesome
css
js
less
_animated.less
_bordered-pulled.less
_core.less
_fixed-width.less
_icons.less
_list.less
_mixins.less
_rotated-flipped.less
_screen-reader.less
_shims.less
_sizing.less
_stacked.less
_variables.less
brands.less
fontawesome.less
regular.less
solid.less
v4-shims.less
metadata
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
287 B
Plaintext
10 lines
287 B
Plaintext
// 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(.fa-icons(), {
|
|
.@{fa-css-prefix}-@{key}::before { content: @value; }
|
|
});
|