Classes, interfaces and traits

FilesystemImporter

An importer that loads files from a load path on the filesystem.

« More »

Importer

A base class for importers that resolves URLs in `@import`s to the contents of Sass files.

Importers should implement {@see \ScssPhp\ScssPhp\Importer__toString} to provide a human-readable description of the importer. For example, the default filesystem importer returns its load path.

« More »

ImporterResult

« More »

NoOpImporter

An importer that never imports any stylesheets.

This is used for stylesheets which don't support relative imports, such as those created from PHP code with plain strings.

« More »