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
I believe the issue is in /assets/scss/now-ui-kit_nucleo-outline.scss when importing the fonts; they are in node_modules/now-ui-kit/assets/fonts
but the code points to node_modules/now-ui-kit/assets/scss/fonts
with a wrong relative path.
My current workaround is copying the scss and fonts folders and building using those local files (instead from node_modules), after moving the fonts folder inside the scss one.
The text was updated successfully, but these errors were encountered:
Hi,
I am using
v1.3.0
and building my styles importing thescss
with webpack.The build fails with the error in the title:
I believe the issue is in
/assets/scss/now-ui-kit_nucleo-outline.scss
when importing the fonts; they are innode_modules/now-ui-kit/assets/fonts
but the code points to
node_modules/now-ui-kit/assets/scss/fonts
with a wrong relative path.
My current workaround is copying the
scss
andfonts
folders and building using those local files (instead fromnode_modules
), after moving thefonts
folder inside thescss
one.The text was updated successfully, but these errors were encountered: