KC's Workspace
    Preparing search index...

    A custom CSS function.

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

    Properties

    Properties

    arguments: TokenOrValue[]

    The function arguments.

    name: string

    The function name.