KC's Workspace
    Preparing search index...

    Interface NestingRule<D, M>

    A @nest rule.

    interface NestingRule<D = Declaration, M = MediaQuery> {
        loc: Location2;
        style: StyleRule<D, M>;
    }

    Type Parameters

    Index

    Properties

    Properties

    The location of the rule in the source file.

    style: StyleRule<D, M>

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