Importer topic

Classes for defining custom logic for resolving @use, @forward, and @import rules in Sass. See Importer for details on the importer API contract.

Classes

AsyncImporter
An interface for importers that resolves URLs in @imports to the contents of Sass files.
FilesystemImporter
An importer that loads files from a load path on the filesystem, either relative to the path passed to FilesystemImporter.new or absolute file: URLs.
Importer
An interface for importers that resolves URLs in @imports to the contents of Sass files.
ImporterResult
The result of importing a Sass stylesheet, as returned by Importer.load.
PackageImporter
An importer that loads stylesheets from package: imports.