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
Alright so I had to do some digging myself bc I too have not touched any of our uikit much at all.
We have a script that will pull in the font configs and parse svg content to css readable content. And then proceeds to populate the file with all those values that were populated from the config.
I hope that answered your question otherwise I'm going to have to refactor some code until it makes sense for me as it does for you lol 🙃
❓Question
How does Webpack know it is supposed to serve
availity-uikit
fonts
directory?I know this loader matches the font files and uses
file-loader
infonts
dir. But where is the link betweenuikit
andworkflow
?The text was updated successfully, but these errors were encountered: