When there are multiple potential index files for Sass to import, it prints: ``` Error: It's not clear which file to import for '@import "index"'. ``` Instead of `"index"`, it should include the actual name of the file being imported.
When there are multiple potential index files for Sass to import, it prints:
Instead of
"index", it should include the actual name of the file being imported.