0
"문자열로 배열의 암시 적 변환에"이것은 내 코드입니다 :
@import "../icons/*.png"
custom.css.scss; // 만이 줄 문제 :( @include 모든 아이콘 - 스프라이트가 발생,
내가이 디렉토리 안에 4 개 파일이 있습니다. add.png, delete.png, settings.png 및 new.png을
"문자열로 배열의 암시 적 변환에"이것은 내 코드입니다 :
@import "../icons/*.png"
custom.css.scss; // 만이 줄 문제 :( @include 모든 아이콘 - 스프라이트가 발생,
내가이 디렉토리 안에 4 개 파일이 있습니다. add.png, delete.png, settings.png 및 new.png을
The import statement needs to be relative to your images directory, it's not relative to your sass file.