KC's Workspace
    Preparing search index...

    A @page rule.

    interface PageRule<D = Declaration> {
        declarations: DeclarationBlock<D>;
        loc: Location2;
        rules: PageMarginRule<D>[];
        selectors: PageSelector[];
    }

    Type Parameters

    Index

    Properties

    declarations: DeclarationBlock<D>

    The declarations within the @page rule.

    The location of the rule in the source file.

    rules: PageMarginRule<D>[]

    The nested margin rules.

    selectors: PageSelector[]

    A list of page selectors.