Further clarify importer docs

[skip ci]
This commit is contained in:
Natalie Weizenbaum 2018-05-31 14:38:24 -04:00
parent 942d1e4099
commit 0a9a503ae0

View File

@ -46,7 +46,9 @@ abstract class AsyncImporter {
/// * `foo/bar/_baz.scss`
///
/// If the importer finds a stylesheet at more than one of these URLs, it
/// should throw an exception indicating that the import is ambiguous.
/// should throw an exception indicating that the import is ambiguous. Note
/// that if the extension is explicitly specified, a stylesheet with the
/// opposite extension may exist.
///
/// * If none of the possible paths is valid, the importer should perform the
/// same resolution on the URL followed by `/index`. In the example above,