yijani's avatar

Mix error when removing the variables

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?

0 likes
2 replies
yijani's avatar
yijani
OP
Best Answer
Level 1

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.