Level 7
You probably still reference this file somewhere. My bet is on app.js
1 like
I have a fresh laravel installation and I wanted to remove the variables that is within the resource/assets/sass/_variables.scss and when running npm run dev I got a lot of errors when compiling.
I was wondering, how to fix that?
I found out what was happening, mix was complaning that it couldn't find the fonts and it's store on variables: $icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
Please or to participate in this conversation.