mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Further clarify importer docs
[skip ci]
This commit is contained in:
parent
942d1e4099
commit
0a9a503ae0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user