File "_icons.less"
Full path: /home/fsibplc/public_html/fsib/accountOpening-v2/css/fontawesome-free-6.6.0-web/less/_icons.less
File
size: 287 B (287 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
// 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; }
});