KC's Workspace
    Preparing search index...

    A CSS variable reference.

    interface Variable {
        fallback?: TokenOrValue[] | null;
        name: DashedIdentReference;
    }
    Index

    Properties

    Properties

    fallback?: TokenOrValue[] | null

    A fallback value in case the variable is not defined.

    The variable name.