noOp property
An importer that never imports any stylesheets.
This is used for stylesheets which don't support relative imports, such as those created from Dart code with plain strings.
Implementation
static final Importer noOp = NoOpImporter();
An importer that never imports any stylesheets.
This is used for stylesheets which don't support relative imports, such as those created from Dart code with plain strings.
static final Importer noOp = NoOpImporter();