diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-05-17 13:01:57 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-05-17 13:01:57 +0800 |
| commit | 9e7fe6d8dad56c237adb1905e130c1d723131812 (patch) | |
| tree | dd067e14b3ec5af719d748427bb322320c248879 /www/packages/fontawesome-free-7.2.0-web/scss/_icons.scss | |
| parent | d04598ba59d7267ee4db3745ff90eaa1a990072a (diff) | |
big structural change, altafcreator.com no longer served statically, projects now use md, blog is being reworked, videos removed temp
Diffstat (limited to 'www/packages/fontawesome-free-7.2.0-web/scss/_icons.scss')
| -rw-r--r-- | www/packages/fontawesome-free-7.2.0-web/scss/_icons.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/packages/fontawesome-free-7.2.0-web/scss/_icons.scss b/www/packages/fontawesome-free-7.2.0-web/scss/_icons.scss new file mode 100644 index 0000000..8f62efb --- /dev/null +++ b/www/packages/fontawesome-free-7.2.0-web/scss/_icons.scss @@ -0,0 +1,15 @@ +// specific icon class definition +// ------------------------- +@use "sass:string"; +@use 'variables' as v; + +/* 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 v.$icons { + .#{v.$css-prefix}-#{$name} { + #{v.$icon-property}: string.unquote("\"#{ $icon }\""); + } +} + |
