KC's Workspace
    Preparing search index...

    A custom CSS function.

    interface Function {
        arguments: TokenOrValue[];
        name: string;
    }
    Index
    arguments: TokenOrValue[]

    The function arguments.

    name: string

    The function name.