KC's Workspace
    Preparing search index...

    A CSS environment variable reference.

    interface EnvironmentVariable {
        fallback?: TokenOrValue[] | null;
        indices?: number[];
        name: EnvironmentVariableName;
    }
    Index

    Properties

    fallback?: TokenOrValue[] | null

    A fallback value in case the variable is not defined.

    indices?: number[]

    Optional indices into the dimensions of the environment variable.

    The environment variable name.