-1

I am using these files for my projects https://github.com/anasnakawa/bi-app-sass I done all things what its said but i have a problem using sass when i use @import its giving me error here what i am doing. enter image description here

But here is error please let me know where i am wrong

enter image description here

Hassan
  • 356
  • 1
  • 5
  • 20

1 Answers1

1

'bi-app-ltr' is in a different folder. It should be

@import '../../bi-app/bi-app-ltr';
Sean Murrin
  • 125
  • 7