Hi @mmirus,
Turns out it was a missing slash that caused the issue.
$slick-font-path: "~slick-carousel/slick/fonts";
should have been:
$slick-font-path: "~slick-carousel/slick/fonts/";
Thank you though for taking your time to help me resolve this.
Happy Weekend