@tbela99/css-parser
    Preparing search index...

    Interface FunctionURLToken

    interface FunctionURLToken {
        chi: (CommentToken | UrlToken)[];
        loc?: Location;
        parent?: AstRuleList;
        tokens?: Token[];
        typ: UrlFunctionTokenType;
        val: "url";
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location
    parent?: AstRuleList
    tokens?: Token[]
    val: "url"
    validSyntax?: boolean