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

    Interface FunctionToken

    Function token

    interface FunctionToken {
        chi: Token[];
        loc?: Location;
        parent?: any;
        tokens?: null | Token[];
        typ: FunctionTokenType;
        val: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chi: Token[]
    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type

    val: string