KC's Workspace
    Preparing search index...

    Interface MozDocumentRule<D, M>

    A @-moz-document rule.

    Note that only the url-prefix() function with no arguments is supported, and only the -moz prefix is allowed since Firefox was the only browser that ever implemented this rule.

    interface MozDocumentRule<D = Declaration, M = MediaQuery> {
        loc: Location2;
        rules: Rule<D, M>[];
    }

    Type Parameters

    Index

    Properties

    Properties

    The location of the rule in the source file.

    rules: Rule<D, M>[]

    Nested rules within the @-moz-document rule.