scopes property

List<CSSScope>? scopes
final

@scope CSS at-rule array. The array enumerates @scope at-rules starting with the innermost one, going outwards.

Implementation

final List<CSSScope>? scopes;