From 9e7fe6d8dad56c237adb1905e130c1d723131812 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 17 May 2026 13:01:57 +0800 Subject: big structural change, altafcreator.com no longer served statically, projects now use md, blog is being reworked, videos removed temp --- .../fontawesome-free-7.2.0-web/scss/_core.scss | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 www/packages/fontawesome-free-7.2.0-web/scss/_core.scss (limited to 'www/packages/fontawesome-free-7.2.0-web/scss/_core.scss') diff --git a/www/packages/fontawesome-free-7.2.0-web/scss/_core.scss b/www/packages/fontawesome-free-7.2.0-web/scss/_core.scss new file mode 100644 index 0000000..5a9d9e5 --- /dev/null +++ b/www/packages/fontawesome-free-7.2.0-web/scss/_core.scss @@ -0,0 +1,43 @@ +// base icon class definition +// ------------------------- +@use 'variables' as v; +@use 'mixins' as m; + +.#{v.$css-prefix}-solid, +.#{v.$css-prefix}-regular, +.#{v.$css-prefix}-brands, +.#{v.$css-prefix}-classic, +.fas, +.far, +.fab, +.#{v.$css-prefix} { + @include m.fa-icon(); +} + +:is( + .fas, + .far, + .fab, + .#{v.$css-prefix}-solid, + .#{v.$css-prefix}-regular, + .#{v.$css-prefix}-brands, + .#{v.$css-prefix}-classic, + .fa +)::before { + content: var(#{v.$icon-property})/""; +} + +@supports not (content: ''/'') { +:is( + .fas, + .far, + .fab, + .#{v.$css-prefix}-solid, + .#{v.$css-prefix}-regular, + .#{v.$css-prefix}-brands, + .#{v.$css-prefix}-classic, + .fa +)::before { + content: var(#{v.$icon-property}); + } +} \ No newline at end of file -- cgit v1.2.3