KC's Workspace
    Preparing search index...

    A CSS url() value and its source location.

    interface Url {
        loc: Location;
        url: string;
    }
    Index

    Properties

    Properties

    The location where the url() was seen in the CSS source file.

    url: string

    The url string.