Hello Patrick,
Font Awesome Duotone icons are made up of 2 glyphs, 1 for ::before & 1 for ::after.
In V5, ::after code was the same as ::before prefixed with 10, example: https://fontawesome.com/v5/icons/spinner-third?s=duotone
In V6, ::after is a doubled ::before code, example: https://fontawesome.com/icons/spinner-third?s=duotone
::before glyph is still extracted properly, but ::after glyph is missing in output file.
Any idea on how to approach / fix this?
Thanks :)
Hello Patrick,
Font Awesome Duotone icons are made up of 2 glyphs, 1 for
::before& 1 for::after.In V5,
::aftercode was the same as::beforeprefixed with 10, example: https://fontawesome.com/v5/icons/spinner-third?s=duotoneIn V6,
::afteris a doubled::beforecode, example: https://fontawesome.com/icons/spinner-third?s=duotone::beforeglyph is still extracted properly, but::afterglyph is missing in output file.Any idea on how to approach / fix this?
Thanks :)