added breadcrumbs back into blog articles.
[theme-danix.xyz.git] / assets / sass / fa-v6 / _icons.scss
CommitLineData
c7bc4983 1// specific icon class definition
2// -------------------------
3
4/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
5readers do not read off random characters that represent icons */
6
7@each $name, $icon in $fa-icons {
8 .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
9}