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

    Interface BadUrlToken

    interface BadUrlToken {
        loc?: Location;
        parent?: AstRuleList;
        tokens?: Token[];
        typ: BadUrlTokenType;
        val: string;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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