KC's Workspace
    Preparing search index...

    Interface NestedDeclarationsRule<D>

    interface NestedDeclarationsRule<D = Declaration> {
        declarations: DeclarationBlock<D>;
        loc: Location2;
    }

    Type Parameters

    Index

    Properties

    Properties

    declarations: DeclarationBlock<D>

    The style rule that defines the selector and declarations for the @nest rule.

    The location of the rule in the source file.