@each directive and url definition Sekuratium 创建于 2020年08月18日 11:02 I use each rule and Webstorm considers this as an error, because literally it cannot find '$(val).svg' in assets directory. Is there any way I can fix this?
You can suppress the error with a comment, like:
So IDE cannot resolve this by any chance?
sure it can't, it won't evaluate your code when trying to resolve paths
Maybe there is one global config where I can handle such kind of situations? Because writing each time a comment is clearly not the best solution.
No; you can only disable the CSS | Invalid elements | Unknown file or directory inspection in Settings | Editor | Inspections