KC's Workspace
    Preparing search index...

    An unknown at-rule, stored as raw tokens.

    interface UnknownAtRule {
        block?: TokenOrValue[] | null;
        loc: Location2;
        name: string;
        prelude: TokenOrValue[];
    }
    Index

    Properties

    Properties

    block?: TokenOrValue[] | null

    The contents of the block, if any.

    The location of the rule in the source file.

    name: string

    The name of the at-rule (without the @).

    prelude: TokenOrValue[]

    The prelude of the rule.