KC's Workspace
    Preparing search index...

    Interface CounterStyleRule<D>

    interface CounterStyleRule<D = Declaration> {
        declarations: DeclarationBlock<D>;
        loc: Location2;
        name: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    declarations: DeclarationBlock<D>

    Declarations in the @counter-style rule.

    The location of the rule in the source file.

    name: string

    The name of the counter style to declare.