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
Actually, fixed. Think I had an old option -f icon that I removed. Also changed --css-template-class-name to --template-class-name and everything outputs the same as before.
Can close. Bad options passed in causing it to fail.
Was using the CLI. Below was what I was using before.
webfont ./*.svg --dest ./icon-dist -f icon --center-horizontally --fixed-width --fontName myCustom --template css --css-template-class-name my-custom --normalize
Now it partially builds the CSS file, but
src
is empty. Also, none of the fonts are actually built, soicon-dist
folder only has the CSS file.The text was updated successfully, but these errors were encountered: