ashitvora's avatar

Laravel Mix doesn't compile Sass files

I am trying to import Bulma Extensions. Laravel Mix complies all Scss files but not Sass file. It throws this error when we import sass file...

Media query expression must begin with '('

Any idea how to fix this?

0 likes
1 reply
ashitvora's avatar
ashitvora
OP
Best Answer
Level 4

Found the issue. I had missed semi colon after the first import. :(

Please or to participate in this conversation.