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 wrote '@/assets/scss/functions/svg-uri' instead of '@/assets/scss/functions/_svg-uri.scss' and the build did not fail.
Shouldn't the build fail if the file is not found ?
I was using a Function inside that imported file and instead of printing the result of the function, it was printting the function call.
The text was updated successfully, but these errors were encountered:
I wrote
'@/assets/scss/functions/svg-uri'
instead of'@/assets/scss/functions/_svg-uri.scss'
and the build did not fail.Shouldn't the build fail if the file is not found ?
I was using a Function inside that imported file and instead of printing the result of the function, it was printting the function call.
The text was updated successfully, but these errors were encountered: