KC's Workspace
    Preparing search index...

    A @viewport rule.

    interface ViewportRule<D = Declaration> {
        declarations: DeclarationBlock<D>;
        loc: Location2;
        vendorPrefix: VendorPrefix;
    }

    Type Parameters

    Index

    Properties

    declarations: DeclarationBlock<D>

    The declarations within the @viewport rule.

    The location of the rule in the source file.

    vendorPrefix: VendorPrefix

    The vendor prefix for this rule, e.g. @-ms-viewport.