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
Will throw an error when trying to compile the scss. This seams to be due to trying to import icons.scss when it's not properly generated yet. Running npm run fontello will generate needed files and let you continue with the installation/setup of the theme.
What about adding: npm run fontello
As a requirement/step in the "Installation" step in the documentation?
The text was updated successfully, but these errors were encountered:
Running either:
npm run build
or
npm run dev
Will throw an error when trying to compile the scss. This seams to be due to trying to import icons.scss when it's not properly generated yet.
Running npm run fontello
will generate needed files and let you continue with the installation/setup of the theme.What about adding:
npm run fontello
As a requirement/step in the "Installation" step in the documentation?
The text was updated successfully, but these errors were encountered: