menu
sass_api package
documentation
sass_api.dart
ImportRule
ImportRule constructor
ImportRule constructor
dark_mode
light_mode
ImportRule
constructor
ImportRule
(
Iterable
<
Import
>
imports
,
FileSpan
span
)
Implementation
ImportRule(Iterable<Import> imports, this.span) : imports = List.unmodifiable(imports);
sass_api package
documentation
sass_api
ImportRule
ImportRule constructor
ImportRule class