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

    Interface CssVariableImportTokenType

    interface CssVariableImportTokenType {
        loc?: Location;
        nam: string;
        parent?: any;
        tokens?: Token[] | null;
        typ: CssVariableImportTokenType;
        val: Token[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location

    location info

    nam: string
    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    token type

    val: Token[]