Apologies if this question has been asked before, just cannot figure this out for the life of me. I am new to coding though, so that could be a major factor.
I am using the latest vs code and Ritwick Dey live sass compiler 3.0.
I started a new project recently and have been having issues with the sass compiler. I have tested my code with both ATOM and Brackets and they work perfectly, however vs code is throwing up the following compilation error:
Error: no mixin named breakpoint-down
on line 61 of Users/simon/Documents/Training/Web Design/Frontend Mentor Challenges/easybank-landing-page-master/scss/_globals.scss
from line 1 of sass/Users/simon/Documents/Training/Web Design/Frontend Mentor Challenges/easybank-landing-page-master/scss/main.scss
>> @include breakpoint-down(medium) {
-----------^
It is also happening with variables and not recognising them. When I make changes to all files, they compile ok and show in the main.css file.
I loaded a previous project and that does recognise the variables and the mixins, however I have copied everything the same way, the file structure is exactly the same, so I am now in need of help.
Thanks in advance.