You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR moves all icon declarations out of the overrides file and into LESS maps, so the icon selectors are not hardcoded anymore but rendered at compile time.
This now offers easy adjustment of (un)-wanted icons by simpy adjusting the related @icon-map maplist in a possible custom themes icon.variables
Previously that wasn't really possible, as the default theme overrides were always included, so even if your custom theme only needed a handful of icons you always got the whole set anyway.
I did the same for emoji and flag already.
The related script for self creation is adjusted in fomantic/create-fomantic-icons#184
0 commit comments